From 381b2109c6a6123c523e455d1b3d085642d14041 Mon Sep 17 00:00:00 2001 From: alex Date: Thu, 14 Aug 2003 01:25:42 +0000 Subject: 1000l git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10606 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/vo_zr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libvo/vo_zr.c') diff --git a/libvo/vo_zr.c b/libvo/vo_zr.c index 814ecf2efd..23a3e4749c 100644 --- a/libvo/vo_zr.c +++ b/libvo/vo_zr.c @@ -304,7 +304,7 @@ static uint32_t config(uint32_t width, uint32_t height, uint32_t d_width, framenum = 0; if (format != IMGFMT_YV12 && format != IMGFMT_YUY2) { printf("vo_zr called with wrong format"); - exit(1); + return 1; } for (i = 0; i < zr_count; i++) { zr_info_t *zr = &zr_info[i]; -- cgit v1.2.3