Commit abb27cfb authored by Michael Niedermayer's avatar Michael Niedermayer

100l, I broke H.264 again, forgot one hunk.

Thanks to FATE for finding it.

Originally committed as revision 16285 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent e08715d3
...@@ -1402,6 +1402,7 @@ static const uint8_t *decode_nal(H264Context *h, const uint8_t *src, int *dst_le ...@@ -1402,6 +1402,7 @@ static const uint8_t *decode_nal(H264Context *h, const uint8_t *src, int *dst_le
} }
break; break;
} }
i-= RS;
} }
if(i>=length-1){ //no escaped 0 if(i>=length-1){ //no escaped 0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment