[Ffmpeg-cvslog] r5771 - trunk/libavcodec/vp3.c

michael subversion
Sun Jul 16 22:47:48 CEST 2006


Author: michael
Date: Sun Jul 16 22:47:48 2006
New Revision: 5771

Modified:
   trunk/libavcodec/vp3.c

Log:
some fixmes if someone ever wants to implement theora support correctly ...


Modified: trunk/libavcodec/vp3.c
==============================================================================
--- trunk/libavcodec/vp3.c	(original)
+++ trunk/libavcodec/vp3.c	Sun Jul 16 22:47:48 2006
@@ -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;




More information about the ffmpeg-cvslog mailing list