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_common_c.h | |
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_common_c.h')
-rw-r--r-- | libavdevice/decklink_common_c.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavdevice/decklink_common_c.h b/libavdevice/decklink_common_c.h index fb2b788628..3644fb4dd8 100644 --- a/libavdevice/decklink_common_c.h +++ b/libavdevice/decklink_common_c.h @@ -19,6 +19,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ +#include "libavutil/log.h" + struct decklink_cctx { const AVClass *cclass; |