OSDN Git Service

fix minor typo
authorKostya Shishkov <kostya.shishkov@gmail.com>
Sun, 21 Mar 2010 10:26:09 +0000 (10:26 +0000)
committerKostya Shishkov <kostya.shishkov@gmail.com>
Sun, 21 Mar 2010 10:26:09 +0000 (10:26 +0000)
Originally committed as revision 22614 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/bink.c

index 7465d21..f7b17b1 100644 (file)
@@ -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