mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 12:09:55 +00:00
h264 nal decoding fix by (Laurent Aimar <fenrir at via dot ecp dot fr>)
Originally committed as revision 3044 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
693399ba55
commit
c8470cc173
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user