mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
Make another static array const.
Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
This commit is contained in:
parent
db076a2c48
commit
b052601b95
@ -172,7 +172,7 @@ AVFilterFormats *avfilter_make_all_channel_layouts(void)
|
||||
|
||||
AVFilterFormats *avfilter_make_all_packing_formats(void)
|
||||
{
|
||||
static int packing[] = {
|
||||
static const int packing[] = {
|
||||
AVFILTER_PACKED,
|
||||
AVFILTER_PLANAR,
|
||||
-1,
|
||||
|
Loading…
Reference in New Issue
Block a user