mirror of https://git.ffmpeg.org/ffmpeg.git
libfdk-aacdec: Remove unused variable
This commit is contained in:
parent
6bcd3e0599
commit
b0d94324d2
|
@ -209,7 +209,6 @@ static av_cold int fdk_aac_decode_init(AVCodecContext *avctx)
|
|||
{
|
||||
FDKAACDecContext *s = avctx->priv_data;
|
||||
AAC_DECODER_ERROR err;
|
||||
int ret;
|
||||
|
||||
s->handle = aacDecoder_Open(avctx->extradata_size ? TT_MP4_RAW : TT_MP4_ADTS, 1);
|
||||
if (!s->handle) {
|
||||
|
|
Loading…
Reference in New Issue