summaryrefslogtreecommitdiffstats
path: root/video/decode/lavc.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2017-09-26 18:00:46 +0200
committerwm4 <wm4@nowhere>2017-09-26 18:00:46 +0200
commit5d57e9b1be2d0a60247a3d170b93a81d2c775012 (patch)
treed49fee7f1c069e4cdae01e446b10f8965b59ea2a /video/decode/lavc.h
parent83678f76b7754a3ca1dfbf991eb8d9907c584087 (diff)
downloadmpv-5d57e9b1be2d0a60247a3d170b93a81d2c775012.tar.bz2
mpv-5d57e9b1be2d0a60247a3d170b93a81d2c775012.tar.xz
video: drop old cuda/cuvid hwaccel
Just use FFmpeg 3.3 (or whatever it was) to get Cuvid support.
Diffstat (limited to 'video/decode/lavc.h')
-rw-r--r--video/decode/lavc.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/video/decode/lavc.h b/video/decode/lavc.h
index 08d4dc1615..ff819d751b 100644
--- a/video/decode/lavc.h
+++ b/video/decode/lavc.h
@@ -145,7 +145,4 @@ int hwdec_get_max_refs(struct lavc_ctx *ctx);
int hwdec_setup_hw_frames_ctx(struct lavc_ctx *ctx, AVBufferRef *device_ctx,
int av_sw_format, int initial_pool_size);
-#define NEW_CUDA_HWACCEL \
- (HAVE_CUDA_HWACCEL && LIBAVCODEC_VERSION_INT >= AV_VERSION_INT(57, 94, 100))
-
#endif