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:
Hans Verkuil 2007-03-11 10:50:03 -03:00 committed by Mauro Carvalho Chehab
parent f40a291684
commit 3700a90f05

View File

@ -110,7 +110,7 @@ struct video_command {
} stop;
struct {
__u32 speed;
__s32 speed;
__u32 format;
} play;