Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMans Rullgard <mans@mansr.com>2011-06-04 16:34:27 +0400
committerMans Rullgard <mans@mansr.com>2011-07-04 00:42:07 +0400
commitabc78a5a7c158e9813db502cedce096101e38890 (patch)
treea260f436f1bb498505533840a61b3e98b55cd19a /libavformat/avformat.h
parentd49ea4afb4e39e4af33435452dee8ef4c852d83d (diff)
Do not include log.h in avutil.h
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r--libavformat/avformat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index 8561a50c01..12490c1209 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -41,6 +41,7 @@ const char *avformat_license(void);
#include <stdio.h> /* FILE */
#include "libavcodec/avcodec.h"
#include "libavutil/dict.h"
+#include "libavutil/log.h"
#include "avio.h"
#include "libavformat/version.h"