# HG changeset patch # User kostya # Date 1269167169 0 # Node ID 34080d73a504043b8ef938490e38c5df82b219ef # Parent 2a8845a2687fc1d355ec681c594dfe801d17d767 fix minor typo diff -r 2a8845a2687f -r 34080d73a504 bink.c --- a/bink.c Sat Mar 20 23:18:07 2010 +0000 +++ b/bink.c Sun Mar 21 10:26:09 2010 +0000 @@ -43,7 +43,7 @@ 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