[FFmpeg-cvslog] r9572 - trunk/libavcodec/rl.h

diego subversion
Tue Jul 10 11:58:39 CEST 2007


Author: diego
Date: Tue Jul 10 11:58:38 2007
New Revision: 9572

Log:
cosmetics: typo


Modified:
   trunk/libavcodec/rl.h

Modified: trunk/libavcodec/rl.h
==============================================================================
--- trunk/libavcodec/rl.h	(original)
+++ trunk/libavcodec/rl.h	Tue Jul 10 11:58:38 2007
@@ -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;
 




More information about the ffmpeg-cvslog mailing list