mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +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
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ struct video_command {
|
|||
} stop;
|
||||
|
||||
struct {
|
||||
__u32 speed;
|
||||
__s32 speed;
|
||||
__u32 format;
|
||||
} play;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue