[FFmpeg-devel] [PATCH v2 3/5] avcodec/bsf: Add list BSF API
Michael Niedermayer
michael at niedermayer.cc
Mon Aug 15 04:40:46 EEST 2016
On Fri, Aug 05, 2016 at 02:00:25PM +0200, sebechlebskyjan at gmail.com wrote:
> From: Jan Sebechlebsky <sebechlebskyjan at 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20160815/d6707fcd/attachment.sig>
More information about the ffmpeg-devel
mailing list