From c8470cc1732c761efc372511556068222038db23 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Fri, 23 Apr 2004 19:44:27 +0000 Subject: [PATCH] h264 nal decoding fix by (Laurent Aimar ) Originally committed as revision 3044 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/h264.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavcodec/h264.c b/libavcodec/h264.c index 4ae5ae61f6..fa254e93b5 100644 --- a/libavcodec/h264.c +++ b/libavcodec/h264.c @@ -1065,6 +1065,7 @@ static uint8_t *decode_nal(H264Context *h, uint8_t *src, int *dst_length, int *c dst[di++]= 0; dst[di++]= 0; si+=3; + continue; }else //next start code break; }