[SCM] libav/experimental: cosmetics: small typo fixes

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:49:16 UTC 2013


The following commit has been merged in the experimental branch:
commit 4c4b50530e3130f0546f700c780b0881fa3f5d1f
Author: Diego Biurrun <diego at biurrun.de>
Date:   Wed Jul 22 22:43:43 2009 +0000

    cosmetics: small typo fixes
    
    Originally committed as revision 19496 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/ac3dec_data.c b/libavcodec/ac3dec_data.c
index b9f98f9..aec53af 100644
--- a/libavcodec/ac3dec_data.c
+++ b/libavcodec/ac3dec_data.c
@@ -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] = {

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list