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

    V4L/DVB (5418): Speed is a signed 32-bit integer, not unsigned.
    
    Negative speed values have to be allowed for reverse playback.
    
    Signed-off-by: Hans Verkuil <[EMAIL PROTECTED]>
    Signed-off-by: Mauro Carvalho Chehab <[EMAIL PROTECTED]>
---
 include/linux/dvb/video.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/linux/dvb/video.h b/include/linux/dvb/video.h
index 0c2a1c7..4c31491 100644
--- a/include/linux/dvb/video.h
+++ b/include/linux/dvb/video.h
@@ -110,7 +110,7 @@ struct video_command {
                } stop;
 
                struct {
-                       __u32 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