[xiph-commits] r10549 - experimental/j/Elphel333/common

giles at svn.xiph.org giles at svn.xiph.org
Tue Dec 6 03:50:35 PST 2005


Author: giles
Date: 2005-12-06 03:50:34 -0800 (Tue, 06 Dec 2005)
New Revision: 10549

Modified:
   experimental/j/Elphel333/common/oggtheora.c
Log:
Minor code cleanup.


Modified: experimental/j/Elphel333/common/oggtheora.c
===================================================================
--- experimental/j/Elphel333/common/oggtheora.c	2005-12-06 06:23:31 UTC (rev 10548)
+++ experimental/j/Elphel333/common/oggtheora.c	2005-12-06 11:50:34 UTC (rev 10549)
@@ -110,7 +110,6 @@
                                  0x66c0, //   3       1        1      0.75(192)  0.400(102)
                                  0x7ae6, //   4       2        0      0.90(230)  0.476(122)
                                  0x55e6};//   5       2        1      0.90(230)  0.333( 85)
-//static uint32_t FPGA_QTABLES[512];
 static uint32_t FPGA_QTABLES[512];
 static uint16_t FPGA_HTI     [12];
 static uint16_t FPGA_HTI30   [16];
@@ -1689,7 +1688,7 @@
      int        i,j; //,r;
      int        nstx; // width  in superblocks
      int        nsty; // height in superblocks
-     int        frn; // frame rate nominator ( in 1/1000000)
+     int        frn; // frame rate numerator ( in 1/1000000)
      int        nobr; // nominal bit rate (-1 - undefined?)
      int        qual; // relative quality (was 0x10)
      int        kfgshiftm=9; // will calculate



More information about the commits mailing list