OSDN Git Service

VP3: fix decoding of videos with stride > 2048
authorJason Garrett-Glaser <jason@x264.com>
Fri, 18 Feb 2011 04:24:05 +0000 (20:24 -0800)
committerJason Garrett-Glaser <jason@x264.com>
Fri, 18 Feb 2011 22:40:57 +0000 (14:40 -0800)
commit902685b8abf4e2089802528a32a50f3c68033fda
tree64da79233664228f1ec0101acf7860a76e3497f5
parent351423ae1f861da1c647d30c73503fde2b1f3dad
VP3: fix decoding of videos with stride > 2048

Also remove qscale_table code; this didn't make sense anyways as VP3 doesn't
use an MPEG-like quantizer scale.
libavcodec/vp3.c