summaryrefslogtreecommitdiff
path: root/libavcodec/dv_tablegen.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2012-03-18 19:01:45 +0100
committerDiego Biurrun <diego@biurrun.de>2012-03-27 11:15:47 +0200
commitd724fe665bf8a9bddb2d9f87713036aa786c4dac (patch)
treef8cf1a24502ae9660abf1390c9402a1678197f78 /libavcodec/dv_tablegen.h
parent9f43fdda3ed0dd5812e59bc404dd740578a72e41 (diff)
dv: Split off DV video decoder into its own file.
Diffstat (limited to 'libavcodec/dv_tablegen.h')
-rw-r--r--libavcodec/dv_tablegen.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/libavcodec/dv_tablegen.h b/libavcodec/dv_tablegen.h
index 4fa8d91374..8164acd417 100644
--- a/libavcodec/dv_tablegen.h
+++ b/libavcodec/dv_tablegen.h
@@ -24,6 +24,8 @@
#define AVCODEC_DV_TABLEGEN_H
#include <stdint.h>
+
+#include "libavutil/attributes.h"
#include "dv_vlc_data.h"
#if CONFIG_SMALL
@@ -46,7 +48,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 dv_vlc_map_tableinit(void)
+static void av_unused dv_vlc_map_tableinit(void)
{
int i, j;
for (i = 0; i < NB_DV_VLC - 1; i++) {