From a7686e86fff0412454076756f333e2e271511166 Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 5 Nov 2014 01:16:57 +0100 Subject: video: remove swapped-endian image format aliases Like the previous commit, this removes names only, not actual support for these formats. --- video/image_writer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'video/image_writer.c') diff --git a/video/image_writer.c b/video/image_writer.c index 122379f725..e8f10978cd 100644 --- a/video/image_writer.c +++ b/video/image_writer.c @@ -225,7 +225,7 @@ static const struct img_writer img_writers[] = { }, { "tga", write_lavc, .lavc_codec = AV_CODEC_ID_TARGA, - .pixfmts = (const int[]) { IMGFMT_BGR24, IMGFMT_BGRA, IMGFMT_RGB555_LE, + .pixfmts = (const int[]) { IMGFMT_BGR24, IMGFMT_BGRA, IMGFMT_RGB555, IMGFMT_Y8, 0}, }, #if HAVE_JPEG -- cgit v1.2.3