Castet (castet.matthieu -at- free.fr)
Originally committed as revision 4304 to svn://svn.ffmpeg.org/ffmpeg/trunk
if (s->theora >= 0x030200) {
n = get_bits(&gb, 3);
if (s->theora >= 0x030200) {
n = get_bits(&gb, 3);
- /* loop filter table */
+ /* loop filter limit values table */
+ s->filter_limit_values[i] = get_bits(&gb, n);
}
if (s->theora >= 0x030200)
}
if (s->theora >= 0x030200)
- /* XXX FIXME: these limit values need to come from the Theora header */
- for (i = 0; i < 64; i++)
- s->filter_limit_values[i] = vp31_filter_limit_values[i];
-
s->theora_tables = 1;
return 0;
s->theora_tables = 1;
return 0;