Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=6816b1991fd4bcb457c9534e8136476e45bfee0a
Commit:     6816b1991fd4bcb457c9534e8136476e45bfee0a
Parent:     3700a90f05f316948328e8d0e6a9955338a96565
Author:     Hans Verkuil <[EMAIL PROTECTED]>
AuthorDate: Sun Mar 11 10:54:11 2007 -0300
Committer:  Mauro Carvalho Chehab <[EMAIL PROTECTED]>
CommitDate: Fri Apr 27 15:44:34 2007 -0300

    V4L/DVB (5419): Add comment how the speed field is interpreted.
    
    Signed-off-by: Hans Verkuil <[EMAIL PROTECTED]>
    Signed-off-by: Mauro Carvalho Chehab <[EMAIL PROTECTED]>
---
 include/linux/dvb/video.h |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/include/linux/dvb/video.h b/include/linux/dvb/video.h
index 4c31491..93e4c3a 100644
--- a/include/linux/dvb/video.h
+++ b/include/linux/dvb/video.h
@@ -110,6 +110,11 @@ struct video_command {
                } stop;
 
                struct {
+                       /* 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;
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to