V4L/DVB (5418): Speed is a signed 32-bit integer, not unsigned.
[deliverable/linux.git] / include / linux / dvb / video.h
index 0c2a1c7c50a60c921cbd8c8c76740ff8f53bc568..4c314914339f1ef2f0a02ed3f61feb0464fc73a1 100644 (file)
@@ -110,7 +110,7 @@ struct video_command {
                } stop;
 
                struct {
-                       __u32 speed;
+                       __s32 speed;
                        __u32 format;
                } play;
 
This page took 0.032732 seconds and 5 git commands to generate.