X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcinelerra.git;a=blobdiff_plain;f=cinelerra-5.1%2Fthirdparty%2Fsrc%2Fffmpeg.git.patch4;h=02c274281d4e16ff014c1330766c691f65caa2f0;hp=08bdcf2426808e04f00b3237da09ff6f183b1004;hb=d830901b11606a7838791bc45e39130329db99f0;hpb=fa27f905f12b15ae84eb1b3ffcd12e09d6d02660 diff --git a/cinelerra-5.1/thirdparty/src/ffmpeg.git.patch4 b/cinelerra-5.1/thirdparty/src/ffmpeg.git.patch4 index 08bdcf24..02c27428 100644 --- a/cinelerra-5.1/thirdparty/src/ffmpeg.git.patch4 +++ b/cinelerra-5.1/thirdparty/src/ffmpeg.git.patch4 @@ -1,7 +1,8 @@ -diff -urN a/libavfilter/af_aformat.c b/libavfilter/af_aformat.c ---- a/libavfilter/af_aformat.c 2019-12-02 08:48:03.060361273 -0700 -+++ b/libavfilter/af_aformat.c 2019-12-02 08:52:25.619248884 -0700 -@@ -109,6 +109,16 @@ +diff --git a/libavfilter/af_aformat.c b/libavfilter/af_aformat.c +index 1a702778c3..232d629ba0 100644 +--- a/libavfilter/af_aformat.c ++++ b/libavfilter/af_aformat.c +@@ -112,6 +112,16 @@ static av_cold int init(AVFilterContext *ctx) return 0; } @@ -18,7 +19,7 @@ diff -urN a/libavfilter/af_aformat.c b/libavfilter/af_aformat.c static int query_formats(AVFilterContext *ctx) { AFormatContext *s = ctx->priv; -@@ -146,6 +156,7 @@ +@@ -149,6 +159,7 @@ AVFilter ff_af_aformat = { .name = "aformat", .description = NULL_IF_CONFIG_SMALL("Convert the input audio to one of the specified formats."), .init = init,