You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
vp3: Remove internal debug statement
Originally committed as revision 22892 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -1287,8 +1287,7 @@ static inline int vp3_dequant(Vp3DecodeContext *s, Vp3Fragment *frag,
|
|||||||
block[perm[i]] = (token >> 2) * dequantizer[perm[i]];
|
block[perm[i]] = (token >> 2) * dequantizer[perm[i]];
|
||||||
s->dct_tokens[plane][i++]++;
|
s->dct_tokens[plane][i++]++;
|
||||||
break;
|
break;
|
||||||
default:
|
default: // shouldn't happen
|
||||||
av_log(s->avctx, AV_LOG_ERROR, "internal: invalid token type\n");
|
|
||||||
return i;
|
return i;
|
||||||
}
|
}
|
||||||
} while (i < 64);
|
} while (i < 64);
|
||||||
|
Reference in New Issue
Block a user