Commit b052601b authored by Reimar Döffinger's avatar Reimar Döffinger

Make another static array const.

Signed-off-by: 's avatarReimar Döffinger <Reimar.Doeffinger@gmx.de>
parent db076a2c
......@@ -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,
......
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