[FFmpeg-cvslog] r23995 - in trunk/libavcodec: rv34.c sbr.h

diego subversion
Fri Jul 2 14:55:37 CEST 2010


Author: diego
Date: Fri Jul  2 14:55:36 2010
New Revision: 23995

Log:
Disambiguate bitstream groups for AAC and RV30/RV40.

Modified:
   trunk/libavcodec/rv34.c
   trunk/libavcodec/sbr.h

Modified: trunk/libavcodec/rv34.c
==============================================================================
--- trunk/libavcodec/rv34.c	Fri Jul  2 14:53:37 2010	(r23994)
+++ trunk/libavcodec/rv34.c	Fri Jul  2 14:55:36 2010	(r23995)
@@ -393,7 +393,7 @@ static inline void rv34_dequant4x4_16x16
 
 
 /**
- * @defgroup bitstream RV30/40 bitstream parsing
+ * @defgroup rv3040_bitstream RV30/40 bitstream parsing
  * @{
  */
 

Modified: trunk/libavcodec/sbr.h
==============================================================================
--- trunk/libavcodec/sbr.h	Fri Jul  2 14:53:37 2010	(r23994)
+++ trunk/libavcodec/sbr.h	Fri Jul  2 14:55:36 2010	(r23995)
@@ -58,7 +58,7 @@ typedef struct {
  */
 typedef struct {
     /**
-     * @defgroup bitstream     Main bitstream data variables
+     * @defgroup aac_bitstream     Main bitstream data variables
      * @{
      */
     unsigned           bs_frame_class;



More information about the ffmpeg-cvslog mailing list