[FFmpeg-cvslog] r22614 - trunk/libavcodec/bink.c
kostya
subversion
Sun Mar 21 11:26:09 CET 2010
Author: kostya
Date: Sun Mar 21 11:26:09 2010
New Revision: 22614
Log:
fix minor typo
Modified:
trunk/libavcodec/bink.c
Modified: trunk/libavcodec/bink.c
==============================================================================
--- trunk/libavcodec/bink.c Sun Mar 21 10:24:04 2010 (r22613)
+++ trunk/libavcodec/bink.c Sun Mar 21 11:26:09 2010 (r22614)
@@ -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
More information about the ffmpeg-cvslog
mailing list