- av_log(avctx, AV_LOG_FATAL, "Failed loading %s from CUDA library\n",
s); \
+ av_log(avctx, AV_LOG_FATAL, "[nvenc]: Failed loading %s from CUDA
library\n", s); \
This kind of changes are unwanted. The codec name should already be raised
in the logging (through avctx). It also makes it inconsistent with every
other codecs with your own formating.
Fixed in the current version of the patch.
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel