OSDN Git Service

Remove dead code in theora_decode_tables
authorJason Garrett-Glaser <darkshikari@gmail.com>
Tue, 26 Oct 2010 07:37:51 +0000 (07:37 +0000)
committerJason Garrett-Glaser <darkshikari@gmail.com>
Tue, 26 Oct 2010 07:37:51 +0000 (07:37 +0000)
commit9d777508fa3b02aafdf365ee5398d2a0f4bf30ed
tree7f730fec67bedc3a78a05f7f49389e2e6a942b0b
parent10f691581409eb761280d467a7c76ebe215455c2
Remove dead code in theora_decode_tables
Reading 7 bits as an unsigned int can't result in a value exceeding 127.
Accordingly, remove error message (as it'll never be reached).

Originally committed as revision 25575 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/vp3.c