diff options
author | Timothy Gu <timothygu99@gmail.com> | 2015-12-01 20:58:51 -0800 |
---|---|---|
committer | Timothy Gu <timothygu99@gmail.com> | 2016-01-24 07:31:16 -0800 |
commit | 61fb70c3866b19dccf473ad4e5ede79d117e8e1c (patch) | |
tree | cf9a70f34bf039b14e73072a2b95ffd432167a94 /libavdevice/decklink_enc.cpp | |
parent | bd4d192081230b217ecab14d39daf06f40067191 (diff) | |
download | ffmpeg-61fb70c3866b19dccf473ad4e5ede79d117e8e1c.tar.gz |
decklink: Header cleanup
This commit cleans up the decklink files' header usage so that they pass
checkheaders.
Diffstat (limited to 'libavdevice/decklink_enc.cpp')
-rw-r--r-- | libavdevice/decklink_enc.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libavdevice/decklink_enc.cpp b/libavdevice/decklink_enc.cpp index 6c5450f4ec..334c3dcd33 100644 --- a/libavdevice/decklink_enc.cpp +++ b/libavdevice/decklink_enc.cpp @@ -21,11 +21,7 @@ #include <DeckLinkAPI.h> -#include <pthread.h> -#include <semaphore.h> - extern "C" { -#include "libavformat/avformat.h" #include "libavformat/internal.h" #include "libavutil/imgutils.h" } |