Mercurial > libavcodec.hg
changeset 7959:16b5311fd5c7 libavcodec
Missed hunks of last commit
author | conrad |
---|---|
date | Tue, 30 Sep 2008 19:22:20 +0000 |
parents | 83b22813f23a |
children | 050d235f40b6 |
files | vp3.c |
diffstat | 1 files changed, 0 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/vp3.c Tue Sep 30 19:18:22 2008 +0000 +++ b/vp3.c Tue Sep 30 19:22:20 2008 +0000 @@ -1260,8 +1260,6 @@ else if (FFABS(predicted_dc - vul) > 128) predicted_dc = vul; } - - DC_COEFF(i)); } /* at long last, apply the predictor */ @@ -1298,7 +1296,6 @@ static void render_slice(Vp3DecodeContext *s, int slice) { int x; - int m, n; int16_t *dequantizer; DECLARE_ALIGNED_16(DCTELEM, block[64]); int motion_x = 0xdeadbeef, motion_y = 0xdeadbeef;