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>
This commit is contained in:
@@ -67,10 +67,12 @@ struct decklink_ctx {
|
||||
unsigned int dropped;
|
||||
AVStream *audio_st;
|
||||
AVStream *video_st;
|
||||
AVStream *teletext_st;
|
||||
|
||||
/* Options */
|
||||
int list_devices;
|
||||
int list_formats;
|
||||
int64_t teletext_lines;
|
||||
double preroll;
|
||||
|
||||
int frames_preroll;
|
||||
|
||||
Reference in New Issue
Block a user