summaryrefslogtreecommitdiffstats
path: root/libavdevice/decklink_common_c.h
diff options
context:
space:
mode:
authorMarton Balint <cus@passwd.hu>2016-01-12 03:09:37 +0100
committerMarton Balint <cus@passwd.hu>2016-01-29 01:42:15 +0100
commit995c7a6f5ad480d706b22e97609e2cce2f305e4b (patch)
tree292c406bb2219f41f9fb69ae49495ff36b333385 /libavdevice/decklink_common_c.h
parent98e94dff7a59972879ad149e313b5b8535bd4d1a (diff)
downloadffmpeg-streaming-995c7a6f5ad480d706b22e97609e2cce2f305e4b.zip
ffmpeg-streaming-995c7a6f5ad480d706b22e97609e2cce2f305e4b.tar.gz
lavd/decklink_dec: add support for teletext
It uses the libzvbi slicer, therefore teletext capture requires libzvbi. Reviewed-by: Deti Fliegl <deti@fliegl.de> Signed-off-by: Marton Balint <cus@passwd.hu>
Diffstat (limited to 'libavdevice/decklink_common_c.h')
-rw-r--r--libavdevice/decklink_common_c.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavdevice/decklink_common_c.h b/libavdevice/decklink_common_c.h
index fb2b788..2b1a579 100644
--- a/libavdevice/decklink_common_c.h
+++ b/libavdevice/decklink_common_c.h
@@ -27,6 +27,7 @@ struct decklink_cctx {
/* Options */
int list_devices;
int list_formats;
+ int64_t teletext_lines;
double preroll;
int v210;
};
OpenPOWER on IntegriCloud