[SCM] libav/experimental: cosmetics: typo

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:03:22 UTC 2013


The following commit has been merged in the experimental branch:
commit f082badc2101c75d5a857da9001e5b5adaaa4762
Author: Diego Biurrun <diego at biurrun.de>
Date:   Tue Jul 10 09:58:38 2007 +0000

    cosmetics: typo
    
    Originally committed as revision 9572 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/rl.h b/libavcodec/rl.h
index dd3e86c..0335873 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;
 

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list