Commit 64ff8a76 authored by Clément Bœsch's avatar Clément Bœsch

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.
parent f8f3deb7
...@@ -281,7 +281,7 @@ AVFilterFormats *avfilter_make_all_formats(enum AVMediaType type) ...@@ -281,7 +281,7 @@ AVFilterFormats *avfilter_make_all_formats(enum AVMediaType type)
} }
const int64_t avfilter_all_channel_layouts[] = { const int64_t avfilter_all_channel_layouts[] = {
#include "all_channel_layouts.h" #include "all_channel_layouts.inc"
-1 -1
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment