mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-15 19:55:08 +00:00
dont return -1 if mpeg4 scalability ...
Originally committed as revision 353 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
b398777148
commit
b1563bfef2
@ -2259,8 +2259,7 @@ int mpeg4_decode_picture_header(MpegEncContext * s)
|
||||
|
||||
s->scalability= get_bits1(&s->gb);
|
||||
if (s->scalability) {
|
||||
printf("bad scalability!!!\n");
|
||||
return -1;
|
||||
printf("scalability not supported\n");
|
||||
}
|
||||
}
|
||||
//printf("end Data %X %d\n", show_bits(&s->gb, 32), get_bits_count(&s->gb)&0x7);
|
||||
|
Loading…
Reference in New Issue
Block a user