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:
committed by
Mauro Carvalho Chehab
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;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user