diff options
-rw-r--r-- | src/combined/ffmpeg/ffmpeg_compat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/combined/ffmpeg/ffmpeg_compat.h b/src/combined/ffmpeg/ffmpeg_compat.h index 10205c84f..371b5ccdb 100644 --- a/src/combined/ffmpeg/ffmpeg_compat.h +++ b/src/combined/ffmpeg/ffmpeg_compat.h @@ -33,6 +33,7 @@ #endif #if LIBAVCODEC_VERSION_MAJOR >= 53 || (LIBAVCODEC_VERSION_MAJOR == 52 && LIBAVCODEC_VERSION_MINOR >= 32) +#else # define pp_context pp_context_t # define pp_mode pp_mode_t #endif |