ffmpeg | branch: release/4.2 | Stefan Schoenefeld <sschoenef...@nvidia.com> | 
Fri Aug  2 09:18:10 2019 +0000| [e33ea0f50374f2aa22ce0c61b9c0894b0c0135c5] | 
committer: Timo Rothenpieler

avcodec/h263dec: enable nvdec hwaccel

Signed-off-by: Timo Rothenpieler <t...@rothenpieler.org>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e33ea0f50374f2aa22ce0c61b9c0894b0c0135c5
---

 libavcodec/h263dec.c | 3 +++
 1 file changed, 3 insertions(+)

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

_______________________________________________
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

To unsubscribe, visit link above, or email
ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to