Re: [FFmpeg-devel] [PATCH 4/6] avcodec/extract_extradata_bsf: use the parsing code from vc1_split()

2017-03-25 Thread James Almer
On 3/25/2017 9:53 PM, Michael Niedermayer wrote: > On Fri, Mar 24, 2017 at 07:31:45PM -0300, James Almer wrote: >> It's a simplifaction of the same code, originally commited as b4b9a64bdb6. >> >> Signed-off-by: James Almer >> --- >> libavcodec/extract_extradata_bsf.c | 18 +++--- >> 1

Re: [FFmpeg-devel] [PATCH 4/6] avcodec/extract_extradata_bsf: use the parsing code from vc1_split()

2017-03-25 Thread Michael Niedermayer
On Fri, Mar 24, 2017 at 07:31:45PM -0300, James Almer wrote: > It's a simplifaction of the same code, originally commited as b4b9a64bdb6. > > Signed-off-by: James Almer > --- > libavcodec/extract_extradata_bsf.c | 18 +++--- > 1 file changed, 7 insertions(+), 11 deletions(-) LGTM t

[FFmpeg-devel] [PATCH 4/6] avcodec/extract_extradata_bsf: use the parsing code from vc1_split()

2017-03-24 Thread James Almer
It's a simplifaction of the same code, originally commited as b4b9a64bdb6. Signed-off-by: James Almer --- libavcodec/extract_extradata_bsf.c | 18 +++--- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/libavcodec/extract_extradata_bsf.c b/libavcodec/extract_extradata_