mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-15 21:23:23 +00:00
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 <hverkuil@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
This commit is contained in:
parent
f40a291684
commit
3700a90f05
@ -110,7 +110,7 @@ struct video_command {
|
|||||||
} stop;
|
} stop;
|
||||||
|
|
||||||
struct {
|
struct {
|
||||||
__u32 speed;
|
__s32 speed;
|
||||||
__u32 format;
|
__u32 format;
|
||||||
} play;
|
} play;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user