X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fhwaccels.h;h=7d73da86767cff8e23ab1ac793d30b6dea1e618a;hb=5c75438b893539dd17998c489fb4c540fc5a6e48;hp=fcfe4e088ec7b54c9b12201cf3300477a2a27245;hpb=ccef7a85d6491fb354a36970162fa0204217d8e7;p=ffmpeg diff --git a/libavcodec/hwaccels.h b/libavcodec/hwaccels.h index fcfe4e088ec..7d73da86767 100644 --- a/libavcodec/hwaccels.h +++ b/libavcodec/hwaccels.h @@ -37,6 +37,8 @@ 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; extern const AVHWAccel ff_mpeg1_videotoolbox_hwaccel;