From db6e26d70c371f069075d11f40d38924f3a45b65 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Mon, 16 Apr 2012 18:58:11 +0200 Subject: dv_tablegen: Drop unnecessary av_unused attribute from dv_vlc_map_tableinit(). --- libavcodec/dv_tablegen.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libavcodec/dv_tablegen.h') diff --git a/libavcodec/dv_tablegen.h b/libavcodec/dv_tablegen.h index 8164acd417..05831ea431 100644 --- a/libavcodec/dv_tablegen.h +++ b/libavcodec/dv_tablegen.h @@ -25,7 +25,6 @@ #include -#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++) { -- cgit v1.2.1