summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authoral <al@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-02-19 20:14:00 +0000
committeral <al@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-02-19 20:14:00 +0000
commit546e6316acd2663c7a8bba621b152a0aaa183410 (patch)
tree7f1257ce876956400e46e59a7accba3993da1bf2 /libvo
parentd25c17a05a94235891d02ae676bbced0b4398daf (diff)
downloadmpv-546e6316acd2663c7a8bba621b152a0aaa183410.tar.bz2
mpv-546e6316acd2663c7a8bba621b152a0aaa183410.tar.xz
Move generic tests to a common place.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14737 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r--libvo/vo_gl.c7
-rw-r--r--libvo/vo_pnm.c10
2 files changed, 0 insertions, 17 deletions
diff --git a/libvo/vo_gl.c b/libvo/vo_gl.c
index 0614dbe844..f84065d868 100644
--- a/libvo/vo_gl.c
+++ b/libvo/vo_gl.c
@@ -472,13 +472,6 @@ uninit(void)
vo_x11_uninit();
}
-static int int_non_neg(int *sh)
-{
- if ( *sh < 0 )
- return 0;
- return 1;
-}
-
static opt_t subopts[] = {
{"manyfmts", OPT_ARG_BOOL, &many_fmts, NULL},
{"osd", OPT_ARG_BOOL, &use_osd, NULL},
diff --git a/libvo/vo_pnm.c b/libvo/vo_pnm.c
index 68d4866a08..f4e04c39dc 100644
--- a/libvo/vo_pnm.c
+++ b/libvo/vo_pnm.c
@@ -103,16 +103,6 @@ void pnm_write_error(void) {
/* ------------------------------------------------------------------------- */
-/** \brief Validation function for maxfiles
- */
-
-static int int_pos(int *mf)
-{
- if ( *mf > 0 )
- return 1;
- return 0;
-}
-
/** \brief Pre-initialisation.
*
* This function is called before initialising the video output driver. It