FFmpeg: Fix warnings on lavc 56
Jeffrey Pfau jeffrey@endrift.com
Wed, 07 Sep 2016 23:13:34 -0700
1 files changed,
1 insertions(+),
1 deletions(-)
M
src/feature/ffmpeg/ffmpeg-encoder.h
→
src/feature/ffmpeg/ffmpeg-encoder.h
@@ -34,7 +34,7 @@ size_t currentAudioSample;
int64_t currentAudioFrame; int64_t nextAudioPts; struct AVAudioResampleContext* resampleContext; -#if LIBAVCODEC_VERSION_MAJOR >= 56 +#if LIBAVCODEC_VERSION_MAJOR >= 57 struct AVBSFContext* absf; // Needed for AAC in MP4 #else struct AVBitStreamFilterContext* absf; // Needed for AAC in MP4