cosmetics: typo
Originally committed as revision 9572 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
196b8b4ecc
commit
f082badc21
@ -20,7 +20,7 @@ typedef struct RLTable {
|
|||||||
uint8_t *index_run[2]; ///< encoding only
|
uint8_t *index_run[2]; ///< encoding only
|
||||||
int8_t *max_level[2]; ///< encoding & decoding
|
int8_t *max_level[2]; ///< encoding & decoding
|
||||||
int8_t *max_run[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
|
RL_VLC_ELEM *rl_vlc[32]; ///< decoding only
|
||||||
} RLTable;
|
} RLTable;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user