mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-08-09 09:32:43 +00:00
swscale/aarch64: reject unknown ops by default
Sponsored-by: Sovereign Tech Fund Signed-off-by: Niklas Haas <git@haasn.dev>
This commit is contained in:
@@ -199,8 +199,7 @@ static int convert_to_aarch64_impl(SwsContext *ctx, const SwsOpList *ops, int n,
|
||||
: SWS_UOP_LINEAR_FMA;
|
||||
break;
|
||||
case SWS_OP_DITHER: out->uop = SWS_UOP_DITHER; break;
|
||||
case SWS_OP_FILTER_H:
|
||||
case SWS_OP_FILTER_V:
|
||||
default:
|
||||
return AVERROR(ENOTSUP);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user