diff options
author | Petri Hintukainen <phintuka@users.sourceforge.net> | 2012-06-11 12:36:11 +0300 |
---|---|---|
committer | Petri Hintukainen <phintuka@users.sourceforge.net> | 2012-06-11 12:36:11 +0300 |
commit | 163281d2606a4b7cd46da0c98983217b2f1c8b38 (patch) | |
tree | b2cd3daa78f97b63a5d9888fea434c6d54580524 /src | |
parent | ac96af99481bce26d747f0e642d62c7cd9d3e70d (diff) | |
download | xine-lib-163281d2606a4b7cd46da0c98983217b2f1c8b38.tar.gz xine-lib-163281d2606a4b7cd46da0c98983217b2f1c8b38.tar.bz2 |
image: added BUF_VIDEO_JPEG to supported_types
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 */ |