Re: [FFmpeg-devel] [PATCH 1/3] lavf/fifo: sort options by name

2024-03-12 Thread Stefano Sabatini
On date Monday 2024-03-11 11:31:15 -0500, Marth64 wrote: > LGTM. Options before are the same as after change. Applied. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link abov

Re: [FFmpeg-devel] [PATCH 1/3] lavf/fifo: sort options by name

2024-03-11 Thread Marth64
LGTM. Options before are the same as after change. On Mon, Mar 11, 2024 at 11:15 AM Stefano Sabatini wrote: > --- > libavformat/fifo.c | 28 ++-- > 1 file changed, 14 insertions(+), 14 deletions(-) > > diff --git a/libavformat/fifo.c b/libavformat/fifo.c > index 074a4648

[FFmpeg-devel] [PATCH 1/3] lavf/fifo: sort options by name

2024-03-11 Thread Stefano Sabatini
--- libavformat/fifo.c | 28 ++-- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/libavformat/fifo.c b/libavformat/fifo.c index 074a46485c..a3d41ba0d3 100644 --- a/libavformat/fifo.c +++ b/libavformat/fifo.c @@ -663,36 +663,36 @@ static void fifo_deinit(AVFo

[FFmpeg-devel] [PATCH 1/3] lavf/fifo: sort options by name

2024-03-11 Thread Stefano Sabatini
--- libavformat/fifo.c | 28 ++-- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/libavformat/fifo.c b/libavformat/fifo.c index 074a46485c..a3d41ba0d3 100644 --- a/libavformat/fifo.c +++ b/libavformat/fifo.c @@ -663,36 +663,36 @@ static void fifo_deinit(AVFo