comparison bink.c @ 11515:34080d73a504 libavcodec

fix minor typo
author kostya
date Sun, 21 Mar 2010 10:26:09 +0000
parents 4532987cd74b
children 8a4984c5cacc
comparison
equal deleted inserted replaced
11514:2a8845a2687f 11515:34080d73a504
41 BINK_SRC_COLORS, ///< pixel values used for different block types 41 BINK_SRC_COLORS, ///< pixel values used for different block types
42 BINK_SRC_PATTERN, ///< 8-bit values for 2-colour pattern fill 42 BINK_SRC_PATTERN, ///< 8-bit values for 2-colour pattern fill
43 BINK_SRC_X_OFF, ///< X components of motion value 43 BINK_SRC_X_OFF, ///< X components of motion value
44 BINK_SRC_Y_OFF, ///< Y components of motion value 44 BINK_SRC_Y_OFF, ///< Y components of motion value
45 BINK_SRC_INTRA_DC, ///< DC values for intrablocks with DCT 45 BINK_SRC_INTRA_DC, ///< DC values for intrablocks with DCT
46 BINK_SRC_INTER_DC, ///< DC values for intrablocks with DCT 46 BINK_SRC_INTER_DC, ///< DC values for interblocks with DCT
47 BINK_SRC_RUN, ///< run lengths for special fill block 47 BINK_SRC_RUN, ///< run lengths for special fill block
48 48
49 BINK_NB_SRC 49 BINK_NB_SRC
50 }; 50 };
51 51