]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/h263dec.c
avcodec/wmalosslessdec: Replace negative channel check by assert
[ffmpeg] / 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