changeset 3485:f574901e49d2 libavcodec

some fixmes if someone ever wants to implement theora support correctly ...
author michael
date Sun, 16 Jul 2006 20:47:48 +0000
parents 9a70c6d3c653
children 5ee0e924432f
files vp3.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/vp3.c	Sun Jul 16 20:30:39 2006 +0000
+++ b/vp3.c	Sun Jul 16 20:47:48 2006 +0000
@@ -2783,9 +2783,11 @@
             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;