summaryrefslogtreecommitdiff
path: root/libavcodec/hwaccels.h
diff options
context:
space:
mode:
authorPhilip Langdale <philipl@overt.org>2018-02-18 15:53:33 -0800
committerMark Thompson <sw@jkqxz.net>2018-02-21 23:38:42 +0000
commitcd98f20b4abac8241ef7f922eb85ba6fe3fe230b (patch)
treef3812aa760f21602dd3f8b9bd9405566da10cd4a /libavcodec/hwaccels.h
parent63c690ad154509dcda78d3d3537bd1af9c406241 (diff)
avcodec/nvdec: Implement mjpeg nvdec hwaccel
Diffstat (limited to 'libavcodec/hwaccels.h')
-rw-r--r--libavcodec/hwaccels.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/hwaccels.h b/libavcodec/hwaccels.h
index 420e2feeea..7d73da8676 100644
--- a/libavcodec/hwaccels.h
+++ b/libavcodec/hwaccels.h
@@ -37,6 +37,7 @@ extern const AVHWAccel ff_hevc_nvdec_hwaccel;
extern const AVHWAccel ff_hevc_vaapi_hwaccel;
extern const AVHWAccel ff_hevc_vdpau_hwaccel;
extern const AVHWAccel ff_hevc_videotoolbox_hwaccel;
+extern const AVHWAccel ff_mjpeg_nvdec_hwaccel;
extern const AVHWAccel ff_mjpeg_vaapi_hwaccel;
extern const AVHWAccel ff_mpeg1_nvdec_hwaccel;
extern const AVHWAccel ff_mpeg1_vdpau_hwaccel;