Commit 6f6ab1d9 authored by Reimar Döffinger's avatar Reimar Döffinger

Make another PixelFormat list const.

Signed-off-by: 's avatarReimar Döffinger <Reimar.Doeffinger@gmx.de>
parent 91e7e6b7
......@@ -183,7 +183,7 @@ static int query_formats(AVFilterContext *ctx)
return 0;
}
static enum PixelFormat alpha_pix_fmts[] = {
static const enum PixelFormat alpha_pix_fmts[] = {
PIX_FMT_YUVA420P, PIX_FMT_ARGB, PIX_FMT_ABGR, PIX_FMT_RGBA,
PIX_FMT_BGRA, PIX_FMT_NONE
};
......
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