Re: [libav-devel] [PATCH 13/14] bitstream_filter: add a compatibility wrapper for the old bsf API

2016-03-19 Thread Luca Barbato
On 04/03/16 09:15, Anton Khirnov wrote: > --- > libavcodec/bitstream_filter.c | 147 > -- > 1 file changed, 112 insertions(+), 35 deletions(-) > Possibly OK. ___ libav-devel mailing list libav-devel@libav.org

[libav-devel] [PATCH 13/14] bitstream_filter: add a compatibility wrapper for the old bsf API

2016-03-04 Thread Anton Khirnov
--- libavcodec/bitstream_filter.c | 147 -- 1 file changed, 112 insertions(+), 35 deletions(-) diff --git a/libavcodec/bitstream_filter.c b/libavcodec/bitstream_filter.c index 3b19bbd..ab608a9 100644 --- a/libavcodec/bitstream_filter.c +++