mirror of
https://github.com/jojo61/vdr-plugin-softhdcuvid.git
synced 2023-10-10 13:37:41 +02:00
Revert "Fix for new ffmeg 4.4 thanks to lnj"
This reverts commit a072caf133
.
This commit is contained in:
parent
a072caf133
commit
f24ae68a8d
4
video.c
4
video.c
@ -139,7 +139,6 @@ typedef enum
|
||||
#include <GL/freeglut_ext.h>
|
||||
#endif
|
||||
|
||||
#include <libavcodec/avcodec.h>
|
||||
#include <libavutil/hwcontext.h>
|
||||
#include <libavutil/mastering_display_metadata.h>
|
||||
#include <libavutil/pixdesc.h>
|
||||
@ -155,9 +154,7 @@ typedef enum
|
||||
#ifdef VAAPI
|
||||
|
||||
#include <va/va_drmcommon.h>
|
||||
#if LIBAVCODEC_VERSION_INT < AV_VERSION_INT(57,74,100)
|
||||
#include <libavcodec/vaapi.h>
|
||||
#endif
|
||||
#include <libdrm/drm_fourcc.h>
|
||||
#ifdef RASPI
|
||||
#include <libavutil/hwcontext_drm.h>
|
||||
@ -196,6 +193,7 @@ typedef void *EGLImageKHR;
|
||||
#include <libplacebo/renderer.h>
|
||||
#endif
|
||||
|
||||
#include <libavcodec/avcodec.h>
|
||||
#include <libswscale/swscale.h>
|
||||
|
||||
#if defined(YADIF) || defined (VAAPI)
|
||||
|
Loading…
Reference in New Issue
Block a user