mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
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>
This commit is contained in:
parent
c3fdf536f6
commit
07558ad582
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user