Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKostya Shishkov <kostya.shishkov@gmail.com>2010-03-21 13:26:09 +0300
committerKostya Shishkov <kostya.shishkov@gmail.com>2010-03-21 13:26:09 +0300
commitb78a985afb742b805e55dad638eae6ad5cf51c5c (patch)
treed4eabe354904a3d062272ead31b1980083844693 /libavcodec/bink.c
parente547328b187c9563ddb23055f2e2a1c7522f986f (diff)
fix minor typo
Originally committed as revision 22614 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/bink.c')
-rw-r--r--libavcodec/bink.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/bink.c b/libavcodec/bink.c
index 7465d215c2..f7b17b144f 100644
--- a/libavcodec/bink.c
+++ b/libavcodec/bink.c
@@ -43,7 +43,7 @@ enum Sources {
BINK_SRC_X_OFF, ///< X components of motion value
BINK_SRC_Y_OFF, ///< Y components of motion value
BINK_SRC_INTRA_DC, ///< DC values for intrablocks with DCT
- BINK_SRC_INTER_DC, ///< DC values for intrablocks with DCT
+ BINK_SRC_INTER_DC, ///< DC values for interblocks with DCT
BINK_SRC_RUN, ///< run lengths for special fill block
BINK_NB_SRC