summaryrefslogtreecommitdiffstats
path: root/libvo/vo_zr.c
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-08-14 01:25:42 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-08-14 01:25:42 +0000
commit381b2109c6a6123c523e455d1b3d085642d14041 (patch)
tree0355eff6a78e9702e210258bf4135510bffd4355 /libvo/vo_zr.c
parent379ad8406e472407184ce6a309bf753bfd94b1ad (diff)
downloadmpv-381b2109c6a6123c523e455d1b3d085642d14041.tar.bz2
mpv-381b2109c6a6123c523e455d1b3d085642d14041.tar.xz
1000l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10606 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/vo_zr.c')
-rw-r--r--libvo/vo_zr.c2
1 files changed, 1 insertions, 1 deletions
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];