summaryrefslogtreecommitdiff
path: root/libavcodec/dvdata.h
diff options
context:
space:
mode:
authorDan Christiansen <danchr@daimi.au.dk>2003-10-19 21:05:41 +0000
committerMichael Niedermayer <michaelni@gmx.at>2003-10-19 21:05:41 +0000
commitdc7cb06ae0f1a24ca0aa106eacc332ceba518928 (patch)
tree0ceb16ec5a54f279e929937435f9bcdeb6318aab /libavcodec/dvdata.h
parent4cb3f3b6376474ae251421d5bb318998a3776ae8 (diff)
gcc->C99 and warning fixes patch by (Dan Christiansen <danchr at daimi dot au dot dk>)
Originally committed as revision 2399 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/dvdata.h')
-rw-r--r--libavcodec/dvdata.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/dvdata.h b/libavcodec/dvdata.h
index 43297de244..16b5786a86 100644
--- a/libavcodec/dvdata.h
+++ b/libavcodec/dvdata.h
@@ -1293,7 +1293,7 @@ static const uint16_t dv_audio_shuffle625[12][9] = {
{ 31, 67, 103, 21, 57, 93, 11, 47, 83},
};
-static const int dv_audio_frequency[3] = {
+static const __attribute__((unused)) int dv_audio_frequency[3] = {
48000, 44100, 32000,
};