summaryrefslogtreecommitdiff
path: root/libavcodec/mpeg4data.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-06-12 18:50:50 +0000
committerDiego Biurrun <diego@biurrun.de>2007-06-12 18:50:50 +0000
commit90b5b51eab008ddb24701bb95aa4c017e62bb111 (patch)
tree47bc9eb153584ccf309c27277fb56c2d1468230f /libavcodec/mpeg4data.h
parentc294d7c6bafb5115dbaffd12aec4530ffed3a0b4 (diff)
misc typo fixes
Originally committed as revision 9291 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/mpeg4data.h')
-rw-r--r--libavcodec/mpeg4data.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libavcodec/mpeg4data.h b/libavcodec/mpeg4data.h
index e199c6a149..e79216b6d9 100644
--- a/libavcodec/mpeg4data.h
+++ b/libavcodec/mpeg4data.h
@@ -145,7 +145,8 @@ static RLTable rl_intra = {
intra_level,
};
-static const uint16_t inter_rvlc[170][2]={ //note this is identical to the intra rvlc except that its reordered
+/* Note this is identical to the intra rvlc except that it is reordered. */
+static const uint16_t inter_rvlc[170][2]={
{0x0006, 3},{0x0001, 4},{0x0004, 5},{0x001C, 7},
{0x003C, 8},{0x003D, 8},{0x007C, 9},{0x00FC, 10},
{0x00FD, 10},{0x01FC, 11},{0x01FD, 11},{0x03FC, 12},