FFmpeg: Fix warnings on lavc 56

This commit is contained in:
Jeffrey Pfau 2016-09-07 23:13:34 -07:00
parent d390bd6b7f
commit fc095ffd63
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ struct FFmpegEncoder {
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