You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
Make another PixelFormat list const.
Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
This commit is contained in:
@@ -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
|
||||
};
|
||||
|
Reference in New Issue
Block a user