diff options
author | Gildas Fargeas <fargeas.gildas@gmail.com> | 2017-09-07 14:46:31 +0200 |
---|---|---|
committer | Marton Balint <cus@passwd.hu> | 2017-09-28 21:06:03 +0200 |
commit | cb8b729180cc3ccb85f6c0d2fa7190865cbc2cb7 (patch) | |
tree | debede8be361d5f89ea128c46cba74a432d494f1 /libavdevice/decklink_common_c.h | |
parent | 00a61f30a05a76d10e04253987202e41f8703ebe (diff) | |
download | ffmpeg-cb8b729180cc3ccb85f6c0d2fa7190865cbc2cb7.tar.gz |
avdevice/decklink_dec: add support for more pixel formats
The decklink input pixel format can now be specified with the 'raw_format'
option. The -bm_v210 option is now deprecated.
Signed-off-by: Marton Balint <cus@passwd.hu>
Diffstat (limited to 'libavdevice/decklink_common_c.h')
-rw-r--r-- | libavdevice/decklink_common_c.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavdevice/decklink_common_c.h b/libavdevice/decklink_common_c.h index e263480474..5616ab32f9 100644 --- a/libavdevice/decklink_common_c.h +++ b/libavdevice/decklink_common_c.h @@ -49,6 +49,7 @@ struct decklink_cctx { int video_input; int draw_bars; char *format_code; + int raw_format; int64_t queue_size; }; |