Extend init_loop_filter to work for filter limit values up to 127 instead
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>
Sun, 5 Jul 2009 18:25:58 +0000 (18:25 +0000)
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>
Sun, 5 Jul 2009 18:25:58 +0000 (18:25 +0000)
commit7fa5f9990b17051b2c21745be5e63904ba61d90a
tree511093e2c1f829ae81aff05b2b02161874a70ccc
parentad9210869459cede35baabbe20820b80e666c358
Extend init_loop_filter to work for filter limit values up to 127 instead
of only up to 64. 127 is the maximum value allowed by the theora specification.

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