FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
decklink_common_c.h
Go to the documentation of this file.
1 /*
2  * Blackmagic DeckLink common code
3  * Copyright (c) 2013-2014 Ramiro Polla
4  * Copyright (c) 2017 Akamai Technologies, Inc.
5  *
6  * This file is part of FFmpeg.
7  *
8  * FFmpeg is free software; you can redistribute it and/or
9  * modify it under the terms of the GNU Lesser General Public
10  * License as published by the Free Software Foundation; either
11  * version 2.1 of the License, or (at your option) any later version.
12  *
13  * FFmpeg is distributed in the hope that it will be useful,
14  * but WITHOUT ANY WARRANTY; without even the implied warranty of
15  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16  * Lesser General Public License for more details.
17  *
18  * You should have received a copy of the GNU Lesser General Public
19  * License along with FFmpeg; if not, write to the Free Software
20  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
21  */
22 
23 #ifndef AVDEVICE_DECKLINK_COMMON_C_H
24 #define AVDEVICE_DECKLINK_COMMON_C_H
25 
26 typedef enum DecklinkPtsSource {
32 
33 struct decklink_cctx {
34  const AVClass *cclass;
35 
36  void *ctx;
37 
38  /* Options */
41  int64_t teletext_lines;
42  double preroll;
43  int v210;
50  int draw_bars;
51  char *format_code;
53  int64_t queue_size;
54 };
55 
56 #endif /* AVDEVICE_DECKLINK_COMMON_C_H */
Describe the class of an AVClass context structure.
Definition: log.h:67