[FFmpeg-cvslog] r19496 - trunk/libavcodec/ac3dec_data.c

diego subversion
Thu Jul 23 00:43:43 CEST 2009


Author: diego
Date: Thu Jul 23 00:43:43 2009
New Revision: 19496

Log:
cosmetics: small typo fixes

Modified:
   trunk/libavcodec/ac3dec_data.c

Modified: trunk/libavcodec/ac3dec_data.c
==============================================================================
--- trunk/libavcodec/ac3dec_data.c	Thu Jul 23 00:38:26 2009	(r19495)
+++ trunk/libavcodec/ac3dec_data.c	Thu Jul 23 00:43:43 2009	(r19496)
@@ -21,15 +21,15 @@
 
 /**
  * @file libavcodec/ac3dec_data.c
- * tables taken directly from the AC-3 spec.
+ * Tables taken directly from the AC-3 spec.
  */
 
 #include "ac3dec_data.h"
 #include "ac3.h"
 
 /**
- * table used to ungroup 3 values stored in 5 bits.
- * used by bap=1 mantissas and GAQ.
+ * Table used to ungroup 3 values stored in 5 bits.
+ * Used by bap=1 mantissas and GAQ.
  * ff_ac3_ungroup_3_in_5_bits_tab[i] = { i/9, (i%9)/3, (i%9)%3 }
  */
 const uint8_t ff_ac3_ungroup_3_in_5_bits_tab[32][3] = {



More information about the ffmpeg-cvslog mailing list