]> git.sesse.net Git - ffmpeg/commitdiff
avcodec/h263dec: enable nvdec hwaccel
authorStefan Schoenefeld <sschoenefeld@nvidia.com>
Fri, 2 Aug 2019 09:18:10 +0000 (09:18 +0000)
committerTimo Rothenpieler <timo@rothenpieler.org>
Sun, 4 Aug 2019 14:12:02 +0000 (16:12 +0200)
Signed-off-by: Timo Rothenpieler <timo@rothenpieler.org>
libavcodec/h263dec.c

index 68c2ce919201b198ab1f363cf095c7725304e537..8ee844e298e928d45abc21c87de96c97c8aeec29 100644 (file)
@@ -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