Re: [FFmpeg-devel] [PATCH] h264 parser: detect new extradata on frame parsing.

2014-07-23 Thread Michael Niedermayer
On Wed, Jul 23, 2014 at 04:05:43PM +0200, Hendrik Leppkes wrote: > Am 23.07.2014 15:49 schrieb "Benoit Fouet" : > > > > Try to detect new extradata when parsing frames, and decode it. > > Fixes issue #3787 > > --- > > libavcodec/h264_parser.c | 34 ++ > > 1 file cha

Re: [FFmpeg-devel] [PATCH] h264 parser: detect new extradata on frame parsing.

2014-07-23 Thread Michael Niedermayer
On Wed, Jul 23, 2014 at 03:49:43PM +0200, Benoit Fouet wrote: > Try to detect new extradata when parsing frames, and decode it. > Fixes issue #3787 > --- > libavcodec/h264_parser.c | 34 ++ > 1 file changed, 34 insertions(+) fixed differently skiping such midstrea

Re: [FFmpeg-devel] [PATCH] h264 parser: detect new extradata on frame parsing.

2014-07-23 Thread Benoit Fouet
Hi, - Mail original - > Am 23.07.2014 15:49 schrieb "Benoit Fouet" : > > > > Try to detect new extradata when parsing frames, and decode it. > > Fixes issue #3787 > > --- > > libavcodec/h264_parser.c | 34 ++ > > 1 file changed, 34 insertions(+) [...] > H

Re: [FFmpeg-devel] [PATCH] h264 parser: detect new extradata on frame parsing.

2014-07-23 Thread Hendrik Leppkes
Am 23.07.2014 15:49 schrieb "Benoit Fouet" : > > Try to detect new extradata when parsing frames, and decode it. > Fixes issue #3787 > --- > libavcodec/h264_parser.c | 34 ++ > 1 file changed, 34 insertions(+) > > diff --git a/libavcodec/h264_parser.c b/libavcodec/h

[FFmpeg-devel] [PATCH] h264 parser: detect new extradata on frame parsing.

2014-07-23 Thread Benoit Fouet
Try to detect new extradata when parsing frames, and decode it. Fixes issue #3787 --- libavcodec/h264_parser.c | 34 ++ 1 file changed, 34 insertions(+) diff --git a/libavcodec/h264_parser.c b/libavcodec/h264_parser.c index ea0ab98..c8276a7 100644 --- a/libavcodec/