[FFmpeg-devel] [PATCH 2/2] lavd: add decklink output device

Reimar Döffinger Reimar.Doeffinger at gmx.de
Sat Dec 28 16:23:46 CET 2013


On 26.12.2013, at 02:44, Ramiro Polla <ramiro.polla at gmail.com> wrote:
> Hi,
> 
> Attached patch adds decklink output support to lavd. Works under Linux
> and Windows.

Maybe a bit crazy, but how about splitting the C++ part out even more?
So that we can use designated initializers like for all other demuxers.
Otherwise it will break as soon as we add a new field in the middle, and in addition unless you add FATE testing that works without the hardware/library "nobody" will even notice.
(of course if people just stopped using C++ when it makes 0 sense like for a trivial library interface that would avoid that and many more issues...).


More information about the ffmpeg-devel mailing list