From f082badc2101c75d5a857da9001e5b5adaaa4762 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Tue, 10 Jul 2007 09:58:38 +0000 Subject: cosmetics: typo Originally committed as revision 9572 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/rl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/rl.h') diff --git a/libavcodec/rl.h b/libavcodec/rl.h index dd3e86c9c4..0335873648 100644 --- a/libavcodec/rl.h +++ b/libavcodec/rl.h @@ -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; -- cgit v1.2.3