Commit 3700a90f authored by Hans Verkuil's avatar Hans Verkuil Committed by Mauro Carvalho Chehab

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: default avatarHans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
parent f40a2916
...@@ -110,7 +110,7 @@ struct video_command { ...@@ -110,7 +110,7 @@ struct video_command {
} stop; } stop;
struct { struct {
__u32 speed; __s32 speed;
__u32 format; __u32 format;
} play; } play;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment