Browse Source

Make another static array const.

Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
tags/n0.9
Reimar Döffinger 13 years ago
parent
commit
b052601b95
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavfilter/formats.c

+ 1
- 1
libavfilter/formats.c View File

@@ -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…
Cancel
Save