X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fhwaccels.h;h=7d73da86767cff8e23ab1ac793d30b6dea1e618a;hb=9a15af48284b951701b7e6b9dcc81b4212c6ca95;hp=fcfe4e088ec7b54c9b12201cf3300477a2a27245;hpb=6dea6c4b9718132fbe32984942bcafaeb2712f73;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;