[FFmpeg-cvslog] dv_tablegen: Drop unnecessary av_unused attribute from dv_vlc_map_tableinit ().

Diego Biurrun git at videolan.org
Wed Apr 18 00:41:40 CEST 2012


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Mon Apr 16 18:58:11 2012 +0200| [db6e26d70c371f069075d11f40d38924f3a45b65] | committer: Diego Biurrun

dv_tablegen: Drop unnecessary av_unused attribute from dv_vlc_map_tableinit().

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=db6e26d70c371f069075d11f40d38924f3a45b65
---

 libavcodec/dv_tablegen.h |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/libavcodec/dv_tablegen.h b/libavcodec/dv_tablegen.h
index 8164acd..05831ea 100644
--- a/libavcodec/dv_tablegen.h
+++ b/libavcodec/dv_tablegen.h
@@ -25,7 +25,6 @@
 
 #include <stdint.h>
 
-#include "libavutil/attributes.h"
 #include "dv_vlc_data.h"
 
 #if CONFIG_SMALL
@@ -48,7 +47,7 @@ typedef struct dv_vlc_pair {
 #else
 static struct dv_vlc_pair dv_vlc_map[DV_VLC_MAP_RUN_SIZE][DV_VLC_MAP_LEV_SIZE];
 
-static void av_unused dv_vlc_map_tableinit(void)
+static void dv_vlc_map_tableinit(void)
 {
     int i, j;
     for (i = 0; i < NB_DV_VLC - 1; i++) {



More information about the ffmpeg-cvslog mailing list