Re: [FFmpeg-devel] [PATCH 1/4] lavf: matroska subtitle muxer

2020-05-28 Thread Ridley Combs
> On May 28, 2020, at 03:26, Nicolas George wrote: > > rcombs (12020-05-28): >> --- >> configure | 1 + >> libavformat/allformats.c | 1 + >> libavformat/matroskaenc.c | 30 ++ >> libavformat/version.h | 2 +- >> 4 files changed, 33 insertions(+),

[FFmpeg-devel] [PATCH 1/4] lavf: matroska subtitle muxer

2020-05-28 Thread rcombs
--- configure | 1 + libavformat/allformats.c | 1 + libavformat/matroskaenc.c | 30 ++ libavformat/version.h | 2 +- 4 files changed, 33 insertions(+), 1 deletion(-) diff --git a/configure b/configure index 8569a60bf8..9929c29006 100755 --- a/c

Re: [FFmpeg-devel] [PATCH 1/4] lavf: matroska subtitle muxer

2020-05-28 Thread Nicolas George
rcombs (12020-05-28): > --- > configure | 1 + > libavformat/allformats.c | 1 + > libavformat/matroskaenc.c | 30 ++ > libavformat/version.h | 2 +- > 4 files changed, 33 insertions(+), 1 deletion(-) Was this not rejected two months ago as doin

[FFmpeg-devel] [PATCH 1/4] lavf: matroska subtitle muxer

2020-05-28 Thread rcombs
--- configure | 1 + libavformat/allformats.c | 1 + libavformat/matroskaenc.c | 30 ++ libavformat/version.h | 2 +- 4 files changed, 33 insertions(+), 1 deletion(-) diff --git a/configure b/configure index 8569a60bf8..9929c29006 100755 --- a/c