summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/video_dec/gdkpixbuf.c2
-rw-r--r--src/video_dec/image.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/video_dec/gdkpixbuf.c b/src/video_dec/gdkpixbuf.c
index 972a04e9e..c5a3310dd 100644
--- a/src/video_dec/gdkpixbuf.c
+++ b/src/video_dec/gdkpixbuf.c
@@ -301,7 +301,7 @@ 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 */
- 7 /* priority */
+ 8 /* priority */
};
const plugin_info_t xine_plugin_info[] EXPORTED = {
diff --git a/src/video_dec/image.c b/src/video_dec/image.c
index 539c65e26..d44ed660e 100644
--- a/src/video_dec/image.c
+++ b/src/video_dec/image.c
@@ -312,7 +312,7 @@ 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 */
- 6 /* priority */
+ 7 /* priority */
};
const plugin_info_t xine_plugin_info[] EXPORTED = {