From 163281d2606a4b7cd46da0c98983217b2f1c8b38 Mon Sep 17 00:00:00 2001 From: Petri Hintukainen Date: Mon, 11 Jun 2012 12:36:11 +0300 Subject: image: added BUF_VIDEO_JPEG to supported_types --- src/video_dec/image.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/video_dec/image.c b/src/video_dec/image.c index e91588702..8bc3962bb 100644 --- a/src/video_dec/image.c +++ b/src/video_dec/image.c @@ -291,8 +291,7 @@ static void *init_class (xine_t *xine, void *data) { * exported plugin catalog entry */ -static const uint32_t supported_types[] = { BUF_VIDEO_IMAGE, - 0 }; +static const uint32_t supported_types[] = { BUF_VIDEO_IMAGE, BUF_VIDEO_JPEG, 0 }; static const decoder_info_t dec_info_image = { supported_types, /* supported types */ -- cgit v1.2.3