# HG changeset patch # User michael # Date 1153082868 0 # Node ID f574901e49d2d66d840e5d46fded99b5f00cdfc9 # Parent 9a70c6d3c653d1f85595cdae59cbf3b7084137d5 some fixmes if someone ever wants to implement theora support correctly ... diff -r 9a70c6d3c653 -r f574901e49d2 vp3.c --- 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;