some fixmes if someone ever wants to implement theora support correctly ...
authorMichael Niedermayer <michaelni@gmx.at>
Sun, 16 Jul 2006 20:47:48 +0000 (20:47 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Sun, 16 Jul 2006 20:47:48 +0000 (20:47 +0000)
Originally committed as revision 5771 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/vp3.c

index 1b9eac0..5b689f6 100644 (file)
@@ -2783,9 +2783,11 @@ static int theora_decode_tables(AVCodecContext *avctx, GetBitContext *gb)
             if (!newqr) {
                 if (i > 0)
                     get_bits(gb, 1);
+                //FIXME this is simply incomplete
             }
             else {
                 int qi = 0;
+                //FIXME this is simply incomplete
                 skip_bits(gb, av_log2(matrices-1)+1);
                 while (qi < 63) {
                     qi += get_bits(gb, av_log2(63-qi)+1) + 1;