summaryrefslogtreecommitdiff
path: root/libavcodec/rv34.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2010-07-02 12:55:36 +0000
committerDiego Biurrun <diego@biurrun.de>2010-07-02 12:55:36 +0000
commit423c254c18f13a84588713424bde0f90dc23783d (patch)
treecc4b97f8256729ed910aed5964bd0355a5312c57 /libavcodec/rv34.c
parent2d62158091e0d6d94c36a7c297c4984465c6b02e (diff)
Disambiguate bitstream groups for AAC and RV30/RV40.
Originally committed as revision 23995 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/rv34.c')
-rw-r--r--libavcodec/rv34.c2
1 files changed, 1 insertions, 1 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
* @{
*/