Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -110,7 +110,7 @@ struct video_command {
		} stop;
		} stop;


		struct {
		struct {
			__u32 speed;
			__s32 speed;
			__u32 format;
			__u32 format;
		} play;
		} play;