diff options
author | Timothy Gu <timothygu99@gmail.com> | 2016-01-24 12:42:39 -0800 |
---|---|---|
committer | Timothy Gu <timothygu99@gmail.com> | 2016-01-24 12:42:39 -0800 |
commit | ce36cb08ed46ae03cb2286b3f8d107e3eaa6a625 (patch) | |
tree | f8a4d102b122096d432be638a8c7278cbf823a4f /libavdevice/decklink_enc.h | |
parent | f42eae96b22d2f9a823bc616b2424164524eed96 (diff) | |
download | ffmpeg-ce36cb08ed46ae03cb2286b3f8d107e3eaa6a625.tar.gz |
Revert "decklink: Header cleanup"
This reverts commit 61fb70c3866b19dccf473ad4e5ede79d117e8e1c.
Reported in #5183 to break the build. Further investigation needed.
Diffstat (limited to 'libavdevice/decklink_enc.h')
-rw-r--r-- | libavdevice/decklink_enc.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavdevice/decklink_enc.h b/libavdevice/decklink_enc.h index 23c59a2041..6086947e6c 100644 --- a/libavdevice/decklink_enc.h +++ b/libavdevice/decklink_enc.h @@ -23,8 +23,6 @@ extern "C" { #endif -#include "libavformat/avformat.h" - int ff_decklink_write_header(AVFormatContext *avctx); int ff_decklink_write_packet(AVFormatContext *avctx, AVPacket *pkt); int ff_decklink_write_trailer(AVFormatContext *avctx); |