Commit 07558ad5 authored by Michael Niedermayer's avatar Michael Niedermayer

avcodec/libdcadec: exss is used only under ifdef, thus mark it as potentially unused

avoids a compiler warning
Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent c3fdf536
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment