You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-11-23 21:54:53 +02:00
pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_*
This commit is contained in:
@@ -220,8 +220,8 @@ static int config_props(AVFilterLink *outlink)
|
||||
outlink->w, outlink->h, av_get_pix_fmt_name(outlink->format),
|
||||
scale->flags);
|
||||
|
||||
scale->input_is_pal = desc->flags & PIX_FMT_PAL ||
|
||||
desc->flags & PIX_FMT_PSEUDOPAL;
|
||||
scale->input_is_pal = desc->flags & AV_PIX_FMT_FLAG_PAL ||
|
||||
desc->flags & AV_PIX_FMT_FLAG_PSEUDOPAL;
|
||||
|
||||
if (scale->sws)
|
||||
sws_freeContext(scale->sws);
|
||||
|
||||
Reference in New Issue
Block a user