diff options
author | Diego Biurrun <diego@biurrun.de> | 2010-07-02 12:55:36 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2010-07-02 12:55:36 +0000 |
commit | 423c254c18f13a84588713424bde0f90dc23783d (patch) | |
tree | cc4b97f8256729ed910aed5964bd0355a5312c57 /libavcodec | |
parent | 2d62158091e0d6d94c36a7c297c4984465c6b02e (diff) | |
download | ffmpeg-423c254c18f13a84588713424bde0f90dc23783d.tar.gz |
Disambiguate bitstream groups for AAC and RV30/RV40.
Originally committed as revision 23995 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/rv34.c | 2 | ||||
-rw-r--r-- | libavcodec/sbr.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/rv34.c b/libavcodec/rv34.c index 7dbc0c374a..b586aa0b86 100644 --- a/libavcodec/rv34.c +++ b/libavcodec/rv34.c @@ -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 * @{ */ diff --git a/libavcodec/sbr.h b/libavcodec/sbr.h index 1c87a2e564..82a996fdc6 100644 --- a/libavcodec/sbr.h +++ b/libavcodec/sbr.h @@ -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; |