From 94674443a39349c459274668301f2d52a3f95820 Mon Sep 17 00:00:00 2001 From: voroshil Date: Sat, 17 Mar 2007 11:51:17 +0000 Subject: New slave command: tv_step_freq Command sets the TV frequency relative to current value git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22685 b3059339-0415-0410-9bf9-f77b7e298cf2 --- stream/tv.h | 1 + 1 file changed, 1 insertion(+) (limited to 'stream/tv.h') diff --git a/stream/tv.h b/stream/tv.h index 509dfcf9d6..59deda41eb 100644 --- a/stream/tv.h +++ b/stream/tv.h @@ -184,6 +184,7 @@ int tv_step_chanlist(tvi_handle_t *tvh); int tv_set_freq(tvi_handle_t *tvh, unsigned long freq); int tv_get_freq(tvi_handle_t *tvh, unsigned long *freq); +int tv_step_freq(tvi_handle_t *tvh, float step_interval); int tv_set_norm(tvi_handle_t *tvh, char* norm); -- cgit v1.2.3