summaryrefslogtreecommitdiffstats
path: root/libvo/vosub_vidix.h
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-01-18 10:41:31 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-01-18 10:41:31 +0000
commiteee64579f93d37400b4d0cefca2e0d51640e556b (patch)
tree72b7d8e58c472aa04ecf0a26b9b4057544b1be72 /libvo/vosub_vidix.h
parent8594ea6dbcdeea0dbdeb5c798446bb03e46af878 (diff)
downloadmpv-eee64579f93d37400b4d0cefca2e0d51640e556b.tar.bz2
mpv-eee64579f93d37400b4d0cefca2e0d51640e556b.tar.xz
sorry, i really wanted to add vidix_start and stop as int, to detect if something went into the wrong way (also implement check in vo_xvidix)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4235 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/vosub_vidix.h')
-rw-r--r--libvo/vosub_vidix.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libvo/vosub_vidix.h b/libvo/vosub_vidix.h
index cd6bc054f1..a82275d348 100644
--- a/libvo/vosub_vidix.h
+++ b/libvo/vosub_vidix.h
@@ -19,8 +19,8 @@ int vidix_init(unsigned src_width,unsigned src_height,
unsigned dest_x,unsigned dest_y,unsigned dst_width,
unsigned dst_height,unsigned format,unsigned dest_bpp,
unsigned vid_w,unsigned vid_h);
-void vidix_start(void);
-void vidix_stop(void);
+int vidix_start(void);
+int vidix_stop(void);
void vidix_term( void );
uint32_t vidix_query_fourcc(unsigned fourcc);