summaryrefslogtreecommitdiff
path: root/libavcodec/h263dec.c
diff options
context:
space:
mode:
authorStefan Schoenefeld <sschoenefeld@nvidia.com>2019-08-02 09:18:10 +0000
committerTimo Rothenpieler <timo@rothenpieler.org>2019-08-04 16:12:02 +0200
commitad97be9fa30d98c0946ee97ffbff3dfdb7831bf9 (patch)
tree903585fae76ba797991f4eb274f27665c28afc3e /libavcodec/h263dec.c
parent39a5c0ac0651113750d01f3ee6bcf3819de3d7ee (diff)
avcodec/h263dec: enable nvdec hwaccel
Signed-off-by: Timo Rothenpieler <timo@rothenpieler.org>
Diffstat (limited to 'libavcodec/h263dec.c')
-rw-r--r--libavcodec/h263dec.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavcodec/h263dec.c b/libavcodec/h263dec.c
index 68c2ce9192..8ee844e298 100644
--- a/libavcodec/h263dec.c
+++ b/libavcodec/h263dec.c
@@ -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