summaryrefslogtreecommitdiff
path: root/libavcodec/hwaccels.h
diff options
context:
space:
mode:
authorMark Thompson <sw@jkqxz.net>2017-11-23 23:47:52 +0000
committerMark Thompson <sw@jkqxz.net>2018-02-21 23:38:30 +0000
commit63c690ad154509dcda78d3d3537bd1af9c406241 (patch)
tree99b8b0e1f7fa63f12f9aa194f4a059415379ebc1 /libavcodec/hwaccels.h
parent99ab0a13dc231b92dcd207f58a1101fe5f11d663 (diff)
vaapi: Add MJPEG decode 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 fcfe4e088e..420e2feeea 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_vaapi_hwaccel;
extern const AVHWAccel ff_mpeg1_nvdec_hwaccel;
extern const AVHWAccel ff_mpeg1_vdpau_hwaccel;
extern const AVHWAccel ff_mpeg1_videotoolbox_hwaccel;