projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
adc725b
)
vp3: Remove internal debug statement
author
David Conrad
<lessen42@gmail.com>
Fri, 16 Apr 2010 12:21:41 +0000
(12:21 +0000)
committer
David Conrad
<lessen42@gmail.com>
Fri, 16 Apr 2010 12:21:41 +0000
(12:21 +0000)
Originally committed as revision 22892 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/vp3.c
patch
|
blob
|
history
diff --git
a/libavcodec/vp3.c
b/libavcodec/vp3.c
index 2dccbcdea4ed0e64350010a3919b9226e056b7be..c7c85389a7c24a81985882d0e66d435e28081ee0 100644
(file)
--- a/
libavcodec/vp3.c
+++ b/
libavcodec/vp3.c
@@
-1287,8
+1287,7
@@
static inline int vp3_dequant(Vp3DecodeContext *s, Vp3Fragment *frag,
block[perm[i]] = (token >> 2) * dequantizer[perm[i]];
s->dct_tokens[plane][i++]++;
break;
- default:
- av_log(s->avctx, AV_LOG_ERROR, "internal: invalid token type\n");
+ default: // shouldn't happen
return i;
}
} while (i < 64);