ffmpeg patches for TERMUX from Andrew + mpeg formats
[goodguy/cinelerra.git] / cinelerra-5.1 / thirdparty / src / ffmpeg-4.4.patchZ2
1 --- a/libavformat/yuv4mpegenc.c.orig    2021-06-15 23:40:32.239553104 +0300
2 +++ b/libavformat/yuv4mpegenc.c 2021-06-15 23:40:40.851553105 +0300
3 @@ -313,7 +313,7 @@
4              av_log(s, AV_LOG_ERROR, "'%s' is not an official yuv4mpegpipe pixel format. "
5                     "Use '-strict -1' to encode to this pixel format.\n",
6                     av_get_pix_fmt_name(s->streams[0]->codecpar->format));
7 -            return AVERROR(EINVAL);
8 +            //return AVERROR(EINVAL);
9          }
10          av_log(s, AV_LOG_WARNING, "Warning: generating non standard YUV stream. "
11                 "Mjpegtools will not work.\n");