summaryrefslogtreecommitdiffstats
path: root/libvo/video_out.h
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-02-18 09:33:45 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-02-18 09:33:45 +0000
commite77a7954de2675dd41af2efcaf16dc258c8d2af4 (patch)
tree286b6f0d744a5af7ee7c1f4917ea32bd766b65f1 /libvo/video_out.h
parent6f797ffeabd3f00edc453e8cd9a90b0cde3d6b62 (diff)
downloadmpv-e77a7954de2675dd41af2efcaf16dc258c8d2af4.tar.bz2
mpv-e77a7954de2675dd41af2efcaf16dc258c8d2af4.tar.xz
Avoid parts of xvmc reinit when source format does not change
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22255 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 3efe047361..3ab46bf3ab 100644
--- a/libvo/video_out.h
+++ b/libvo/video_out.h
@@ -95,6 +95,7 @@ typedef struct {
#define VOFLAG_MODESWITCHING 0x02
#define VOFLAG_SWSCALE 0x04
#define VOFLAG_FLIPPING 0x08
+#define VOFLAG_SAME_INPUT 0x10
#define VOFLAG_XOVERLAY_SUB_VO 0x10000
typedef struct vo_info_s