summaryrefslogtreecommitdiff
path: root/libavcodec/msmpeg4data.h
diff options
context:
space:
mode:
authorDenis Fortin <fortin@nerim.net>2007-05-02 07:26:07 +0000
committerBenoit Fouet <benoit.fouet@free.fr>2007-05-02 07:26:07 +0000
commitf52a02be352fe16bac8f9ab13a7ea927e8f41bf9 (patch)
tree28aa98e9d2b5dfd268838570d56dd7153f0ae69f /libavcodec/msmpeg4data.h
parentc4ca31d0a865d10fbc97f4917eaa1886a05147aa (diff)
add some comments
patch by Denis Fortin \ fortin nerim net / Originally committed as revision 8864 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/msmpeg4data.h')
-rw-r--r--libavcodec/msmpeg4data.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/libavcodec/msmpeg4data.h b/libavcodec/msmpeg4data.h
index d1ff703714..bbbf3a550a 100644
--- a/libavcodec/msmpeg4data.h
+++ b/libavcodec/msmpeg4data.h
@@ -610,6 +610,7 @@ extern const uint8_t inter_MCBPC_bits[28];
static RLTable rl_table[NB_RL_TABLES] = {
/* intra luminance tables */
+ /* low motion */
{
132,
85,
@@ -617,6 +618,7 @@ static RLTable rl_table[NB_RL_TABLES] = {
table0_run,
table0_level,
},
+ /* high motion */
{
185,
119,
@@ -624,6 +626,7 @@ static RLTable rl_table[NB_RL_TABLES] = {
table2_run,
table2_level,
},
+ /* mid-rate */
{
102,
67,
@@ -632,6 +635,7 @@ static RLTable rl_table[NB_RL_TABLES] = {
intra_level,
},
/* intra chrominance / non intra tables */
+ /* low motion inter */
{
148,
81,
@@ -639,6 +643,7 @@ static RLTable rl_table[NB_RL_TABLES] = {
table1_run,
table1_level,
},
+ /* high motion inter */
{
168,
99,
@@ -646,6 +651,7 @@ static RLTable rl_table[NB_RL_TABLES] = {
table4_run,
table4_level,
},
+ /* mid rate inter */
{
102,
58,