Browse Source

fix minor typo

Originally committed as revision 22614 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.6
Kostya Shishkov 15 years ago
parent
commit
b78a985afb
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/bink.c

+ 1
- 1
libavcodec/bink.c View 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


Loading…
Cancel
Save