Re: [FFmpeg-devel] [PATCH] avformat/gopher: Support 'g' type

2020-04-21 Thread Carl Eugen Hoyos
Am Di., 21. Apr. 2020 um 22:13 Uhr schrieb Marton Balint : > > > > On Tue, 21 Apr 2020, parazyd wrote: > > > This adds support for the gif gopher type. Since ffmpeg can work with GIF > > files, it makes sense to support it in the Gopher protocol. > > > > Signed-off-by: parazyd > > --- > >

Re: [FFmpeg-devel] [PATCH] avformat/gopher: Support 'g' type

2020-04-21 Thread Marton Balint
On Tue, 21 Apr 2020, parazyd wrote: This adds support for the gif gopher type. Since ffmpeg can work with GIF files, it makes sense to support it in the Gopher protocol. Signed-off-by: parazyd --- libavformat/gopher.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavformat/gopher.c

[FFmpeg-devel] [PATCH] avformat/gopher: Support 'g' type

2020-04-21 Thread parazyd
This adds support for the gif gopher type. Since ffmpeg can work with GIF files, it makes sense to support it in the Gopher protocol. Signed-off-by: parazyd --- libavformat/gopher.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavformat/gopher.c b/libavformat/gopher.c index