On 28/11/14 13:16, Anton Khirnov wrote:
--- libavformat/internal.h | 7 +++++++ libavformat/replaygain.c | 25 +++---------------------- libavformat/utils.c | 37 +++++++++++++++++++++++++++++++++++++ 3 files changed, 47 insertions(+), 22 deletions(-)diff --git a/libavformat/internal.h b/libavformat/internal.h index d10c543..5b7e426 100644 --- a/libavformat/internal.h +++ b/libavformat/internal.h @@ -366,4 +366,11 @@ static inline int ff_rename(const char *oldpath, const char *newpath) return 0; } +/** + * Add new side data to a stream. If a side data of this type already exists, it + * is replaced. + */ +uint8_t *ff_stream_new_side_data(AVStream *st, enum AVPacketSideDataType type, + int size);
uint8_t or void? The rest seems ok. _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
