summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--video/filter/vf_scale.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/video/filter/vf_scale.c b/video/filter/vf_scale.c
index 52994762eb..f19225fddd 100644
--- a/video/filter/vf_scale.c
+++ b/video/filter/vf_scale.c
@@ -118,6 +118,10 @@ static const unsigned int outfmt_list[]={
// RGB and grayscale (Y8 and Y800):
IMGFMT_BGR32,
IMGFMT_RGB32,
+ IMGFMT_ABGR,
+ IMGFMT_ARGB,
+ IMGFMT_BGRA,
+ IMGFMT_RGBA,
IMGFMT_BGR24,
IMGFMT_RGB24,
IMGFMT_GBRP,