decklink: Header cleanup

This commit cleans up the decklink files' header usage so that they pass
checkheaders.
This commit is contained in:
Timothy Gu 2015-12-01 20:58:51 -08:00
parent bd4d192081
commit 61fb70c386
7 changed files with 13 additions and 13 deletions

View file

@ -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);