mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-04-14 00:58:38 +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)
|
AVFilterFormats *avfilter_make_all_packing_formats(void)
|
||||||
{
|
{
|
||||||
static int packing[] = {
|
static const int packing[] = {
|
||||||
AVFILTER_PACKED,
|
AVFILTER_PACKED,
|
||||||
AVFILTER_PLANAR,
|
AVFILTER_PLANAR,
|
||||||
-1,
|
-1,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user