mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
avdevice/decklink_(common_c|dec|enc).h: Fix checkheaders
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
parent
6c694074e1
commit
760b4709ab
@ -23,8 +23,11 @@
|
|||||||
#ifndef AVDEVICE_DECKLINK_COMMON_C_H
|
#ifndef AVDEVICE_DECKLINK_COMMON_C_H
|
||||||
#define AVDEVICE_DECKLINK_COMMON_C_H
|
#define AVDEVICE_DECKLINK_COMMON_C_H
|
||||||
|
|
||||||
|
#include <stdint.h>
|
||||||
#include <DeckLinkAPIVersion.h>
|
#include <DeckLinkAPIVersion.h>
|
||||||
|
|
||||||
|
#include "libavutil/log.h"
|
||||||
|
|
||||||
typedef enum DecklinkPtsSource {
|
typedef enum DecklinkPtsSource {
|
||||||
PTS_SRC_AUDIO = 1,
|
PTS_SRC_AUDIO = 1,
|
||||||
PTS_SRC_VIDEO = 2,
|
PTS_SRC_VIDEO = 2,
|
||||||
|
@ -26,6 +26,8 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include "libavformat/avformat.h"
|
||||||
|
|
||||||
int ff_decklink_read_header(AVFormatContext *avctx);
|
int ff_decklink_read_header(AVFormatContext *avctx);
|
||||||
int ff_decklink_read_packet(AVFormatContext *avctx, AVPacket *pkt);
|
int ff_decklink_read_packet(AVFormatContext *avctx, AVPacket *pkt);
|
||||||
int ff_decklink_read_close(AVFormatContext *avctx);
|
int ff_decklink_read_close(AVFormatContext *avctx);
|
||||||
|
@ -26,6 +26,8 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include "libavformat/avformat.h"
|
||||||
|
|
||||||
int ff_decklink_write_header(AVFormatContext *avctx);
|
int ff_decklink_write_header(AVFormatContext *avctx);
|
||||||
int ff_decklink_write_packet(AVFormatContext *avctx, AVPacket *pkt);
|
int ff_decklink_write_packet(AVFormatContext *avctx, AVPacket *pkt);
|
||||||
int ff_decklink_write_trailer(AVFormatContext *avctx);
|
int ff_decklink_write_trailer(AVFormatContext *avctx);
|
||||||
|
Loading…
Reference in New Issue
Block a user