]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/rv40data.h
Remove unused ac3_parametric_bit_allocation function.
[ffmpeg] / libavcodec / rv40data.h
index 17bcb04cff4eeb7a73a5450009033d78e7cee153..7912919ba1c41dc5fb5ea57de7b309f0c6d63df2 100644 (file)
  */
 
 /**
- * @file rv40data.h
+ * @file
  * miscellaneous RV40 tables
  */
 
-#ifndef FFMPEG_RV40DATA_H
-#define FFMPEG_RV40DATA_H
+#ifndef AVCODEC_RV40DATA_H
+#define AVCODEC_RV40DATA_H
 
 #include <stdint.h>
 
@@ -65,7 +65,7 @@ static const uint8_t rv40_luma_dc_quant[2][32] = {
 };
 
 /**
- * @begingroup loopfilter coefficients used by the RV40 loop filter
+ * @defgroup loopfilter coefficients used by the RV40 loop filter
  * @{
  */
 /**
@@ -112,4 +112,4 @@ static const uint8_t rv40_filter_clip_tbl[3][32] = {
 };
 /** @} */ // end loopfilter group
 
-#endif /* FFMPEG_RV40DATA_H */
+#endif /* AVCODEC_RV40DATA_H */