diff options
author | Marton Balint <cus@passwd.hu> | 2017-02-18 02:33:05 +0100 |
---|---|---|
committer | Marton Balint <cus@passwd.hu> | 2017-02-26 22:47:33 +0100 |
commit | 48f8ad329010a93c323569cad695090a5930277b (patch) | |
tree | f3c6e15ec45c3afc7eae467bbe5d0b34f70c5815 /doc/outdevs.texi | |
parent | e0eb0bdab94837e8557c139685fd997755b36178 (diff) | |
download | ffmpeg-48f8ad329010a93c323569cad695090a5930277b.tar.gz |
avdevice/decklink_enc: add support to specify field order
Signed-off-by: Marton Balint <cus@passwd.hu>
Diffstat (limited to 'doc/outdevs.texi')
-rw-r--r-- | doc/outdevs.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/outdevs.texi b/doc/outdevs.texi index e68653fd7a..df41cc868f 100644 --- a/doc/outdevs.texi +++ b/doc/outdevs.texi @@ -131,8 +131,8 @@ and @code{--extra-ldflags}. On Windows, you need to run the IDL files through @command{widl}. DeckLink is very picky about the formats it supports. Pixel format is always -uyvy422, framerate and video size must be determined for your device with -@command{-list_formats 1}. Audio sample rate is always 48 kHz. +uyvy422, framerate, field order and video size must be determined for your +device with @command{-list_formats 1}. Audio sample rate is always 48 kHz. @subsection Options |