summaryrefslogtreecommitdiffstats
path: root/stream/tv.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-07-08 21:55:44 +0200
committerwm4 <wm4@nowhere>2013-07-08 21:55:44 +0200
commit31f685040bd2152d541ed16cf441c6b5e7e430fd (patch)
treeb8351b2847231bbc15d883a622ac972945cce6b4 /stream/tv.h
parent73c76de91edbf8a55eb725196ff54583e3428510 (diff)
parent7a71a2cc483d17bed94408d5aee6fba6893558cb (diff)
downloadmpv-31f685040bd2152d541ed16cf441c6b5e7e430fd.tar.bz2
mpv-31f685040bd2152d541ed16cf441c6b5e7e430fd.tar.xz
Merge branch 'master' into remove_old_demuxers
Conflicts: DOCS/man/en/changes.rst DOCS/man/en/options.rst
Diffstat (limited to 'stream/tv.h')
-rw-r--r--stream/tv.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/stream/tv.h b/stream/tv.h
index 178c23563c..660a78be7b 100644
--- a/stream/tv.h
+++ b/stream/tv.h
@@ -73,27 +73,6 @@ typedef struct tv_param_s {
Will help if video freezes but audio does not.
May not work with -vo directx and -vf crop combination.
*/
- int hidden_video_renderer;
- /**
- For VIVO cards VP pin have to be rendered too.
- This tweak will cause VidePort pin stream to be terminated with video renderer
- instead of removing it from graph.
- Use if your card have vp pin and video is still choppy.
- May not work with -vo directx and -vf crop combination.
- */
- int hidden_vp_renderer;
- /**
- Use system clock as sync source instead of default graph clock (usually the clock
- from one of live sources in graph.
- */
- int system_clock;
- /**
- Some audio cards creates audio chunks with about 0.5 sec size.
- This can cause choppy video when using mplayer with immediatemode=0
- Use followingtweak to decrease audio chunk sizes.
- It will create audio chunks with time length equal to one video frame time.
- */
- int normalize_audio_chunks;
} tv_param_t;
extern tv_param_t stream_tv_defaults;