diff options
author | Reinhard Tartler <siretart@tauware.de> | 2011-07-03 18:55:01 +0200 |
---|---|---|
committer | Reinhard Tartler <siretart@tauware.de> | 2011-07-03 19:49:53 +0200 |
commit | 2fe47b21c825460f01d3cb5546b29b686b909e4d (patch) | |
tree | 22cba79a354a261aa64eb784379ac5511740f434 /libavcodec/rv40data.h | |
parent | b91ebb60d898510bc131d7ff9157fcbb0302d532 (diff) | |
download | ffmpeg-2fe47b21c825460f01d3cb5546b29b686b909e4d.tar.gz |
doxygen: Prefer member groups over grouping into modules
Before this, almost all module groups have been used for grouping functions
and fields in structures semantically. This causes them to not appear
properly in the file documentation and needlessly clutters up the "Modules"
index.
Additionally, this commit streamlines some spelling and appearances.
(cherry picked from commit 21a19b7912fe0622f3d1748ff102fcc7bc7a974a)
Diffstat (limited to 'libavcodec/rv40data.h')
-rw-r--r-- | libavcodec/rv40data.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/rv40data.h b/libavcodec/rv40data.h index 4787075742..1b6e8c31b1 100644 --- a/libavcodec/rv40data.h +++ b/libavcodec/rv40data.h @@ -65,7 +65,7 @@ static const uint8_t rv40_luma_dc_quant[2][32] = { }; /** - * @defgroup loopfilter coefficients used by the RV40 loop filter + * @name Coefficients used by the RV40 loop filter * @{ */ /** |