Mercurial > libavcodec.hg
changeset 11075:2663fdcdb769 libavcodec
Implement cool new vlc code.
Fixes issue1637
author | michael |
---|---|
date | Thu, 04 Feb 2010 14:26:57 +0000 |
parents | 9fe3b0dcd33d |
children | 4a95670ed5f1 |
files | msmpeg4.c |
diffstat | 1 files changed, 1 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/msmpeg4.c Wed Feb 03 09:56:16 2010 +0000 +++ b/msmpeg4.c Thu Feb 04 14:26:57 2010 +0000 @@ -1732,9 +1732,7 @@ if(s->qscale<8){ ll= SHOW_UBITS(re, &s->gb, 3); SKIP_BITS(re, &s->gb, 3); 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"); - SKIP_BITS(re, &s->gb, 1); - ll=8; + ll= 8+SHOW_UBITS(re, &s->gb, 1); SKIP_BITS(re, &s->gb, 1); } }else{ ll=2;