Commit 823404b9 authored by diego's avatar diego

cosmetics: typo


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@9572 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 969ce935
......@@ -20,7 +20,7 @@ typedef struct RLTable {
uint8_t *index_run[2]; ///< encoding only
int8_t *max_level[2]; ///< encoding & decoding
int8_t *max_run[2]; ///< encoding & decoding
VLC vlc; ///< decoding only deprected FIXME remove
VLC vlc; ///< decoding only deprecated FIXME remove
RL_VLC_ELEM *rl_vlc[32]; ///< decoding only
} RLTable;
......
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