Browse Source

avcodec/h263dec: enable nvdec hwaccel

Signed-off-by: Timo Rothenpieler <timo@rothenpieler.org>
tags/n4.2
Stefan Schoenefeld Timo Rothenpieler 5 years ago
parent
commit
e33ea0f503
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      libavcodec/h263dec.c

+ 3
- 0
libavcodec/h263dec.c View 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


Loading…
Cancel
Save