X-Git-Url: https://cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fthirdparty%2Fsrc%2Fffmpeg-4.4.patchZ2;fp=cinelerra-5.1%2Fthirdparty%2Fsrc%2Fffmpeg-4.4.patchZ2;h=d70788d1af6dc45cb5a6f764c72866f9b3a1b22f;hb=b0fd1700736a56a8c206bff1e699a9a130faafbf;hp=0000000000000000000000000000000000000000;hpb=0c48864cab7b37268025485c6a227f36b3420030;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/thirdparty/src/ffmpeg-4.4.patchZ2 b/cinelerra-5.1/thirdparty/src/ffmpeg-4.4.patchZ2 new file mode 100644 index 00000000..d70788d1 --- /dev/null +++ b/cinelerra-5.1/thirdparty/src/ffmpeg-4.4.patchZ2 @@ -0,0 +1,11 @@ +--- a/libavformat/yuv4mpegenc.c.orig 2021-06-15 23:40:32.239553104 +0300 ++++ b/libavformat/yuv4mpegenc.c 2021-06-15 23:40:40.851553105 +0300 +@@ -313,7 +313,7 @@ + av_log(s, AV_LOG_ERROR, "'%s' is not an official yuv4mpegpipe pixel format. " + "Use '-strict -1' to encode to this pixel format.\n", + av_get_pix_fmt_name(s->streams[0]->codecpar->format)); +- return AVERROR(EINVAL); ++ //return AVERROR(EINVAL); + } + av_log(s, AV_LOG_WARNING, "Warning: generating non standard YUV stream. " + "Mjpegtools will not work.\n");