decklink: Header cleanup
This commit cleans up the decklink files' header usage so that they pass checkheaders.
This commit is contained in:
parent
bd4d192081
commit
61fb70c386
7 changed files with 13 additions and 13 deletions
|
|
@ -23,6 +23,8 @@
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include "libavformat/avformat.h"
|
||||
|
||||
int ff_decklink_read_header(AVFormatContext *avctx);
|
||||
int ff_decklink_read_packet(AVFormatContext *avctx, AVPacket *pkt);
|
||||
int ff_decklink_read_close(AVFormatContext *avctx);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue