changeset 5269:e0e53ab5a77a libavcodec

cosmetics: typo
author diego
date Tue, 10 Jul 2007 09:58:38 +0000
parents 7583133469f1
children 5e6d44208f91
files rl.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/rl.h	Tue Jul 10 08:40:00 2007 +0000
+++ b/rl.h	Tue Jul 10 09:58:38 2007 +0000
@@ -20,7 +20,7 @@
     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;