mirror of
https://github.com/librempeg/librempeg
synced 2024-11-23 19:58:59 +00:00
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.
This commit is contained in:
parent
f8f3deb731
commit
64ff8a7670
@ -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
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user