OSDN Git Service

Disambiguate bitstream groups for AAC and RV30/RV40.
authorDiego Biurrun <diego@biurrun.de>
Fri, 2 Jul 2010 12:55:36 +0000 (12:55 +0000)
committerDiego Biurrun <diego@biurrun.de>
Fri, 2 Jul 2010 12:55:36 +0000 (12:55 +0000)
Originally committed as revision 23995 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/rv34.c
libavcodec/sbr.h

index 7dbc0c3..b586aa0 100644 (file)
@@ -393,7 +393,7 @@ static inline void rv34_dequant4x4_16x16(DCTELEM *block, int Qdc, int Q)
 
 
 /**
- * @defgroup bitstream RV30/40 bitstream parsing
+ * @defgroup rv3040_bitstream RV30/40 bitstream parsing
  * @{
  */
 
index 1c87a2e..82a996f 100644 (file)
@@ -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;