summaryrefslogtreecommitdiff
path: root/libavcodec/rl.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-07-10 09:58:38 +0000
committerDiego Biurrun <diego@biurrun.de>2007-07-10 09:58:38 +0000
commitf082badc2101c75d5a857da9001e5b5adaaa4762 (patch)
tree0a233057f2191decede5c7b082bbe0d9953a83a1 /libavcodec/rl.h
parent196b8b4ecc46d1cc021396aa31f2b99c98b0a56c (diff)
cosmetics: typo
Originally committed as revision 9572 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/rl.h')
-rw-r--r--libavcodec/rl.h2
1 files changed, 1 insertions, 1 deletions
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;