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:
authorClément Bœsch <ubitux@gmail.com>2012-05-09 10:22:06 +0400
committerClément Bœsch <ubitux@gmail.com>2012-05-19 01:34:11 +0400
commit64ff8a76706b4d67781b20331afef1bb07b8118f (patch)
tree756aeb941ce3cfea895549ca1c8140f90edf8892 /libavfilter
parentf8f3deb73120d12924bf9db26fd81c9cb6468bde (diff)
lavfi: rename all_channel_layouts.h to all_channel_layouts.inc.
all_channel_layouts.h is not a real header file and breaks make checkheaders.
Diffstat (limited to 'libavfilter')
-rw-r--r--libavfilter/all_channel_layouts.inc (renamed from libavfilter/all_channel_layouts.h)0
-rw-r--r--libavfilter/formats.c2
2 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/all_channel_layouts.h b/libavfilter/all_channel_layouts.inc
index 878e1f5f8e..878e1f5f8e 100644
--- a/libavfilter/all_channel_layouts.h
+++ b/libavfilter/all_channel_layouts.inc
diff --git a/libavfilter/formats.c b/libavfilter/formats.c
index 5564d03249..16e14fae87 100644
--- a/libavfilter/formats.c
+++ b/libavfilter/formats.c
@@ -281,7 +281,7 @@ AVFilterFormats *avfilter_make_all_formats(enum AVMediaType type)
}
const int64_t avfilter_all_channel_layouts[] = {
-#include "all_channel_layouts.h"
+#include "all_channel_layouts.inc"
-1
};