]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/ac3tab.c
oggparsevorbis: Add some sanity checks to header packet ordering/presence.
[ffmpeg] / libavcodec / ac3tab.c
index e7835c6748f830b7ad2ed031ed6aecd44bd2fab2..76f6245ba0378a0a5a28b12798c5815d0c9e06b7 100644 (file)
@@ -20,7 +20,7 @@
  */
 
 /**
- * @file libavcodec/ac3tab.c
+ * @file
  * tables taken directly from the AC-3 spec.
  */
 
@@ -73,7 +73,7 @@ const uint16_t ff_ac3_frame_size_tab[38][3] = {
 };
 
 /**
- * Maps audio coding mode (acmod) to number of full-bandwidth channels.
+ * Map audio coding mode (acmod) to number of full-bandwidth channels.
  * from ATSC A/52 Table 5.8 Audio Coding Mode
  */
 const uint8_t ff_ac3_channels_tab[8] = {
@@ -81,7 +81,7 @@ const uint8_t ff_ac3_channels_tab[8] = {
 };
 
 /**
- * Maps audio coding mode (acmod) to channel layout mask.
+ * Map audio coding mode (acmod) to channel layout mask.
  */
 const uint16_t ff_ac3_channel_layout_tab[8] = {
     CH_LAYOUT_STEREO,