diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2011-04-17 23:57:50 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-04-17 23:59:00 +0200 |
commit | 2d2b5a1421ee652f76a756024d0210f0b6455fda (patch) | |
tree | d3fb60a796db87c4217167fd160cd14eae6ee98e /libavcodec/truemotion2.c | |
parent | c40798441f47341c310b38e8f329cfb943924faf (diff) | |
download | ffmpeg-2d2b5a1421ee652f76a756024d0210f0b6455fda.tar.gz |
10l, commit that should have been stashed into the merge.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/truemotion2.c')
-rw-r--r-- | libavcodec/truemotion2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/truemotion2.c b/libavcodec/truemotion2.c index 31c59e4f71..86454ec291 100644 --- a/libavcodec/truemotion2.c +++ b/libavcodec/truemotion2.c @@ -64,7 +64,7 @@ typedef struct TM2Context{ * Huffman codes for each of streams */ typedef struct TM2Codes{ - VLC vlc; ///< table for Libav bitstream reader + VLC vlc; ///< table for FFmpeg bitstream reader int bits; int *recode; ///< table for converting from code indexes to values int length; |