X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fthirdparty%2Fsrc%2Fffmpeg.git.patch4;h=02c274281d4e16ff014c1330766c691f65caa2f0;hb=830002fd22c63a959136e2ac0694c56f22f60def;hp=08bdcf2426808e04f00b3237da09ff6f183b1004;hpb=f068b73c1d4afafbf6d86e7f5bc8f1c96b5366d3;p=goodguy%2Fcinelerra.git 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,