mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-22 15:23:42 +00:00
h263 GOB decoding fix
Originally committed as revision 2364 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
34790165dc
commit
bba3a09bb0
@ -2843,10 +2843,10 @@ void ff_mpeg4_clean_buffers(MpegEncContext *s)
|
||||
int ff_h263_resync(MpegEncContext *s){
|
||||
int left, ret;
|
||||
|
||||
if(s->codec_id==CODEC_ID_MPEG4)
|
||||
if(s->codec_id==CODEC_ID_MPEG4){
|
||||
skip_bits1(&s->gb);
|
||||
|
||||
align_get_bits(&s->gb);
|
||||
align_get_bits(&s->gb);
|
||||
}
|
||||
|
||||
if(show_bits(&s->gb, 16)==0){
|
||||
if(s->codec_id==CODEC_ID_MPEG4)
|
||||
|
Loading…
Reference in New Issue
Block a user