summaryrefslogtreecommitdiffstats
path: root/libvo/video_out.h
diff options
context:
space:
mode:
authoral3x <al3x@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-06-17 12:25:12 +0000
committeral3x <al3x@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-06-17 12:25:12 +0000
commitfdf5bf1df22898ddf59fedd75606896d4ec437f2 (patch)
tree86ff2e4e454c0e0621388f9dc0a10326861f1f53 /libvo/video_out.h
parent15b78f1da735c78f3e369ed7a199492ebdb2196f (diff)
downloadmpv-fdf5bf1df22898ddf59fedd75606896d4ec437f2.tar.bz2
mpv-fdf5bf1df22898ddf59fedd75606896d4ec437f2.tar.xz
added prototype of vo_format_name
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1143 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/video_out.h')
-rw-r--r--libvo/video_out.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libvo/video_out.h b/libvo/video_out.h
index c6bbcb9303..394a10d7dc 100644
--- a/libvo/video_out.h
+++ b/libvo/video_out.h
@@ -90,6 +90,7 @@ typedef struct vo_functions_s
} vo_functions_t;
+char *vo_format_name(int format);
// NULL terminated array of all drivers
extern vo_functions_t* video_out_drivers[];