Commit 37ca03e7 authored by kostya's avatar kostya

fix minor typo

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22614 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 57629708
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment