Skip to content
Snippets Groups Projects
Commit b78a985a authored by Kostya Shishkov's avatar Kostya Shishkov
Browse files

fix minor typo

Originally committed as revision 22614 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent e547328b
No related branches found
No related tags found
No related merge requests found
...@@ -43,7 +43,7 @@ enum Sources { ...@@ -43,7 +43,7 @@ enum Sources {
BINK_SRC_X_OFF, ///< X components of motion value BINK_SRC_X_OFF, ///< X components of motion value
BINK_SRC_Y_OFF, ///< Y 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_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_SRC_RUN, ///< run lengths for special fill block
BINK_NB_SRC BINK_NB_SRC
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment