summaryrefslogtreecommitdiff
path: root/linux/include
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@infradead.org>2007-03-13 13:45:51 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2007-03-13 13:45:51 -0300
commit619f7ef871542e60ea54401cb52dda1b6679cfb9 (patch)
tree7cbe64d7995c02e309f96ed5cd01a98f5f53b29d /linux/include
parent3e244cec9e4cc19caff52ac59ff3535a1b5f9212 (diff)
parent8a7a0ee25a1986aafc124cb0b77f61b219f4d505 (diff)
downloadmediapointer-dvb-s2-619f7ef871542e60ea54401cb52dda1b6679cfb9.tar.gz
mediapointer-dvb-s2-619f7ef871542e60ea54401cb52dda1b6679cfb9.tar.bz2
merge: http://linuxtv.org/hg/~hverkuil/v4l-dvb
From: Mauro Carvalho Chehab <mchehab@infradead.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/include')
-rw-r--r--linux/include/linux/dvb/video.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/linux/include/linux/dvb/video.h b/linux/include/linux/dvb/video.h
index 0c2a1c7c5..93e4c3a6d 100644
--- a/linux/include/linux/dvb/video.h
+++ b/linux/include/linux/dvb/video.h
@@ -110,7 +110,12 @@ struct video_command {
} stop;
struct {
- __u32 speed;
+ /* 0 or 1000 specifies normal speed,
+ 1 specifies forward single stepping,
+ -1 specifies backward single stepping,
+ >1: playback at speed/1000 of the normal speed,
+ <-1: reverse playback at (-speed/1000) of the normal speed. */
+ __s32 speed;
__u32 format;
} play;