mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-24 13:56:33 +02: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[] = {
|
const int64_t avfilter_all_channel_layouts[] = {
|
||||||
#include "all_channel_layouts.h"
|
#include "all_channel_layouts.inc"
|
||||||
-1
|
-1
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user