diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/video_dec/image.c | 3 |
1 files changed, 1 insertions, 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 */ |