[FFmpeg-devel] [PATCH 2/2] rl.h: Use deprecated attribute for deprecated field.

Reimar Döffinger Reimar.Doeffinger at gmx.de
Sun Aug 31 14:21:47 CEST 2014


---
 libavcodec/rl.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/rl.h b/libavcodec/rl.h
index c80283d..5a90167 100644
--- a/libavcodec/rl.h
+++ b/libavcodec/rl.h
@@ -44,7 +44,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 deprecated FIXME remove
+    attribute_deprecated VLC vlc;  ///< decoding only deprecated FIXME remove
     RL_VLC_ELEM *rl_vlc[32];       ///< decoding only
 } RLTable;
 
-- 
2.1.0



More information about the ffmpeg-devel mailing list