summaryrefslogtreecommitdiffstats
path: root/libvo/vo_syncfb.c
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-08-22 20:14:10 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-08-22 20:14:10 +0000
commit2b48b538fec752d75524cba11d9ffd760737b7d9 (patch)
treece68da876350bb977b05b62f67ab191b898ecabc /libvo/vo_syncfb.c
parentb0dbb726dc7f50b35e129c39ecbc0536a9a3fbb1 (diff)
downloadmpv-2b48b538fec752d75524cba11d9ffd760737b7d9.tar.bz2
mpv-2b48b538fec752d75524cba11d9ffd760737b7d9.tar.xz
exit->return
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1634 b3059339-0415-0410-9bf9-f77b7e298cf2
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;