summaryrefslogtreecommitdiffstats
path: root/libvo/video_out.h
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-11-11 15:22:10 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-11-11 15:22:10 +0000
commit6811f963587915918875b21b93927784a8680dc9 (patch)
treedc0d9fd36677fbf99fe15ebc73dc313eec47b610 /libvo/video_out.h
parent35dc94a7925de590af7e5db55e3b07becfbbe049 (diff)
downloadmpv-6811f963587915918875b21b93927784a8680dc9.tar.bz2
mpv-6811f963587915918875b21b93927784a8680dc9.tar.xz
removed get_info, using the same sheme as in libmpcodecs instead
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8149 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/video_out.h')
-rw-r--r--libvo/video_out.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/libvo/video_out.h b/libvo/video_out.h
index f856ab56c8..118b14e65b 100644
--- a/libvo/video_out.h
+++ b/libvo/video_out.h
@@ -77,6 +77,7 @@ typedef struct vo_info_s
typedef struct vo_functions_s
{
+ vo_info_t *info;
/*
* Preinitializes driver (real INITIALIZATION)
* arg - currently it's vo_subdevice
@@ -103,12 +104,6 @@ typedef struct vo_functions_s
uint32_t (*control)(uint32_t request, void *data, ...);
/*
- * Return driver information.
- * returns : read-only pointer to a vo_info_t structure.
- */
- const vo_info_t* (*get_info)(void);
-
- /*
* Display a new RGB/BGR frame of the video to the screen.
* params:
* src[0] - pointer to the image