File tree Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 23
23
#ifndef AVDEVICE_DECKLINK_COMMON_C_H
24
24
#define AVDEVICE_DECKLINK_COMMON_C_H
25
25
26
+ #include <stdint.h>
26
27
#include <DeckLinkAPIVersion.h>
27
28
29
+ #include "libavutil/log.h"
30
+
28
31
typedef enum DecklinkPtsSource {
29
32
PTS_SRC_AUDIO = 1 ,
30
33
PTS_SRC_VIDEO = 2 ,
Original file line number Diff line number Diff line change 26
26
extern "C" {
27
27
#endif
28
28
29
+ #include "libavformat/avformat.h"
30
+
29
31
int ff_decklink_read_header (AVFormatContext * avctx );
30
32
int ff_decklink_read_packet (AVFormatContext * avctx , AVPacket * pkt );
31
33
int ff_decklink_read_close (AVFormatContext * avctx );
Original file line number Diff line number Diff line change 26
26
extern "C" {
27
27
#endif
28
28
29
+ #include "libavformat/avformat.h"
30
+
29
31
int ff_decklink_write_header (AVFormatContext * avctx );
30
32
int ff_decklink_write_packet (AVFormatContext * avctx , AVPacket * pkt );
31
33
int ff_decklink_write_trailer (AVFormatContext * avctx );
You can’t perform that action at this time.
0 commit comments