mirror of https://git.ffmpeg.org/ffmpeg.git
Implement cool new vlc code.
Fixes issue1637 Originally committed as revision 21635 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
2d1653b065
commit
ed3e91489b
|
@ -1732,9 +1732,7 @@ int ff_msmpeg4_decode_block(MpegEncContext * s, DCTELEM * block,
|
||||||
if(s->qscale<8){
|
if(s->qscale<8){
|
||||||
ll= SHOW_UBITS(re, &s->gb, 3); SKIP_BITS(re, &s->gb, 3);
|
ll= SHOW_UBITS(re, &s->gb, 3); SKIP_BITS(re, &s->gb, 3);
|
||||||
if(ll==0){
|
if(ll==0){
|
||||||
if(SHOW_UBITS(re, &s->gb, 1)) av_log(s->avctx, AV_LOG_ERROR, "cool a new vlc code ,contact the ffmpeg developers and upload the file\n");
|
ll= 8+SHOW_UBITS(re, &s->gb, 1); SKIP_BITS(re, &s->gb, 1);
|
||||||
SKIP_BITS(re, &s->gb, 1);
|
|
||||||
ll=8;
|
|
||||||
}
|
}
|
||||||
}else{
|
}else{
|
||||||
ll=2;
|
ll=2;
|
||||||
|
|
Loading…
Reference in New Issue