summaryrefslogtreecommitdiffstats
path: root/libavcodec/libdcadec.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michael@niedermayer.cc>2015-07-28 13:35:47 +0200
committerMichael Niedermayer <michael@niedermayer.cc>2015-07-28 13:35:47 +0200
commit07558ad5824afb524d12f889998f2230318c59ea (patch)
treeca002fe73b2565e90f49f65272e2d87c8f315234 /libavcodec/libdcadec.c
parentc3fdf536f6c07ca229dcc74aebcbdf0764618406 (diff)
downloadffmpeg-streaming-07558ad5824afb524d12f889998f2230318c59ea.zip
ffmpeg-streaming-07558ad5824afb524d12f889998f2230318c59ea.tar.gz
avcodec/libdcadec: exss is used only under ifdef, thus mark it as potentially unused
avoids a compiler warning Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavcodec/libdcadec.c')
-rw-r--r--libavcodec/libdcadec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/libdcadec.c b/libavcodec/libdcadec.c
index 9422e88..a0e34f9 100644
--- a/libavcodec/libdcadec.c
+++ b/libavcodec/libdcadec.c
@@ -42,7 +42,7 @@ static int dcadec_decode_frame(AVCodecContext *avctx, void *data,
{
DCADecContext *s = avctx->priv_data;
AVFrame *frame = data;
- struct dcadec_exss_info *exss;
+ av_unused struct dcadec_exss_info *exss;
int ret, i, k;
int **samples, nsamples, channel_mask, sample_rate, bits_per_sample, profile;
uint32_t mrk;
OpenPOWER on IntegriCloud