summaryrefslogtreecommitdiffstats
path: root/libvo/vo_syncfb.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/vo_syncfb.c')
-rw-r--r--libvo/vo_syncfb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/vo_syncfb.c b/libvo/vo_syncfb.c
index 38d6487b54..d4f209de66 100644
--- a/libvo/vo_syncfb.c
+++ b/libvo/vo_syncfb.c
@@ -376,7 +376,7 @@ static uint32_t init(uint32_t width, uint32_t height, uint32_t d_width, uint32_t
printf("using palette yuv422\n");
} else {
printf("no supported palette found\n");
- exit(1);
+ return -1;
}
// config.src_palette= VIDEO_PALETTE_YUV422;