$OpenBSD: patch-intern_ffmpeg_ffmpeg_compat_h,v 1.5 2017/11/09 17:00:28 pascal Exp $

Fix building with older FFmpeg.

Index: intern/ffmpeg/ffmpeg_compat.h
--- intern/ffmpeg/ffmpeg_compat.h.orig
+++ intern/ffmpeg/ffmpeg_compat.h
@@ -413,7 +413,7 @@ void avformat_close_input(AVFormatContext **ctx)
 }
 #endif
 
-#if LIBAVUTIL_VERSION_INT < AV_VERSION_INT(52, 8, 0)
+#if LIBAVCODEC_VERSION_INT < AV_VERSION_INT(55, 1, 0)
 FFMPEG_INLINE
 AVFrame *av_frame_alloc(void)
 {
