On Fri, Aug 05, 2016 at 02:00:25PM +0200, sebechlebsky...@gmail.com wrote: > From: Jan Sebechlebsky <sebechlebsky...@gmail.com> > > --- > Changes from last version: > - fixed doxygen comments > - added av_bsf_list_append2() function > - changed names of array and length fields to follow naming convention > - idx and flushed_idx is now unsigned > - merged bsf_list_flush to bsf_list_filter to reduce code duplication > - aligned structure fields initialization > - added check for NULL to av_bsf_free() > - fixed memleak in av_bsf_finalize in case there is only 1 filter > > libavcodec/avcodec.h | 85 ++++++++++++++++ > libavcodec/bsf.c | 279 > +++++++++++++++++++++++++++++++++++++++++++++++++++ > 2 files changed, 364 insertions(+)
seems to break build or i did something silly CC libavcodec/bsf.o libavcodec/bsf.c: In function ‘bsf_list_close’: libavcodec/bsf.c:348:18: error: ‘BSFListContext’ has no member named ‘item_name’ make: *** [libavcodec/bsf.o] Error 1 [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB No snowflake in an avalanche ever feels responsible. -- Voltaire
signature.asc
Description: Digital signature
_______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel