Commit 423c254c authored by Diego Biurrun's avatar Diego Biurrun

Disambiguate bitstream groups for AAC and RV30/RV40.

Originally committed as revision 23995 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 2d621580
...@@ -393,7 +393,7 @@ static inline void rv34_dequant4x4_16x16(DCTELEM *block, int Qdc, int Q) ...@@ -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
* @{ * @{
*/ */
......
...@@ -58,7 +58,7 @@ typedef struct { ...@@ -58,7 +58,7 @@ typedef struct {
*/ */
typedef struct { typedef struct {
/** /**
* @defgroup bitstream Main bitstream data variables * @defgroup aac_bitstream Main bitstream data variables
* @{ * @{
*/ */
unsigned bs_frame_class; unsigned bs_frame_class;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment