Re: [FFmpeg-devel] [PATCH 3/3] avdevice/decklink: deprecate the -list_formats option

2020-01-06 Thread Marton Balint
On Mon, 6 Jan 2020, Matthias Hunstock wrote: Am 27.12.19 um 23:17 schrieb Marton Balint: The user should use ffmpeg -sources decklink or ffmpeg -sinks decklink instead. the subject / log message is wrong (mentions format but patch is about devices) but I guess it's too late now. I notice

Re: [FFmpeg-devel] [PATCH 3/3] avdevice/decklink: deprecate the -list_formats option

2020-01-06 Thread Matthias Hunstock
Am 27.12.19 um 23:17 schrieb Marton Balint: > The user should use ffmpeg -sources decklink or ffmpeg -sinks decklink > instead. the subject / log message is wrong (mentions format but patch is about devices) but I guess it's too late now. Matthias > Signed-off-by: Marton Balint > --- > doc

[FFmpeg-devel] [PATCH 3/3] avdevice/decklink: deprecate the -list_formats option

2019-12-27 Thread Marton Balint
The user should use ffmpeg -sources decklink or ffmpeg -sinks decklink instead. Signed-off-by: Marton Balint --- doc/indevs.texi | 6 +++--- doc/outdevs.texi | 6 +++--- libavdevice/decklink_dec.cpp | 1 + libavdevice/decklink_enc.cpp | 1 + libavdevice/version.h