Commit ad97be9f authored by Stefan Schoenefeld's avatar Stefan Schoenefeld Committed by Timo Rothenpieler

avcodec/h263dec: enable nvdec hwaccel

Signed-off-by: 's avatarTimo Rothenpieler <timo@rothenpieler.org>
parent 39a5c0ac
......@@ -747,6 +747,9 @@ const AVCodecHWConfigInternal *ff_h263_hw_config_list[] = {
#if CONFIG_H263_VAAPI_HWACCEL
HWACCEL_VAAPI(h263),
#endif
#if CONFIG_MPEG4_NVDEC_HWACCEL
HWACCEL_NVDEC(mpeg4),
#endif
#if CONFIG_MPEG4_VDPAU_HWACCEL
HWACCEL_VDPAU(mpeg4),
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment