let scalers output in ABGR8888
This commit is contained in:
parent
82fb34a3ce
commit
dd53be15ae
|
@ -239,6 +239,10 @@ bool scaler_ctx_gen_filter(struct scaler_ctx *ctx)
|
|||
ctx->out_pixconv = conv_argb8888_bgr24;
|
||||
break;
|
||||
|
||||
case SCALER_FMT_ABGR8888:
|
||||
ctx->out_pixconv = conv_argb8888_abgr8888;
|
||||
break;
|
||||
|
||||
default:
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue