Buildfix with system ffmpeg

This commit is contained in:
Henrik Rydgård 2024-04-12 16:45:45 +02:00
parent 71a6372ac5
commit c2bcdd3076

View file

@ -125,9 +125,6 @@ private:
int outSamples_ = 0; // output samples per frame
AVFrame *frame_ = nullptr;
#if HAVE_LIBAVCODEC_CONST_AVCODEC // USE_FFMPEG is implied
const
#endif
AVCodec *codec_ = nullptr;
AVCodecContext *codecCtx_ = nullptr;
SwrContext *swrCtx_ = nullptr;