You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
avcodec/mpeg4videodec: fix preprocessor check for the nvdec hwaccel
Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
@@ -2857,7 +2857,7 @@ AVCodec ff_mpeg4_decoder = {
|
||||
.update_thread_context = ONLY_IF_THREADS_ENABLED(mpeg4_update_thread_context),
|
||||
.priv_class = &mpeg4_class,
|
||||
.hw_configs = (const AVCodecHWConfigInternal*[]) {
|
||||
#if CONFIG_MPEG2_NVDEC_HWACCEL
|
||||
#if CONFIG_MPEG4_NVDEC_HWACCEL
|
||||
HWACCEL_NVDEC(mpeg4),
|
||||
#endif
|
||||
#if CONFIG_MPEG4_VAAPI_HWACCEL
|
||||
|
Reference in New Issue
Block a user