mirror of https://git.ffmpeg.org/ffmpeg.git
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
This commit is contained in:
parent
e08715d391
commit
abb27cfb24
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue