projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f40a291
)
V4L/DVB (5418): Speed is a signed 32-bit integer, not unsigned.
author
Hans Verkuil
<hverkuil@xs4all.nl>
Sun, 11 Mar 2007 13:50:03 +0000
(10:50 -0300)
committer
Mauro Carvalho Chehab
<mchehab@infradead.org>
Fri, 27 Apr 2007 18:44:33 +0000
(15:44 -0300)
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>
include/linux/dvb/video.h
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/dvb/video.h
b/include/linux/dvb/video.h
index 0c2a1c7c50a60c921cbd8c8c76740ff8f53bc568..4c314914339f1ef2f0a02ed3f61feb0464fc73a1 100644
(file)
--- a/
include/linux/dvb/video.h
+++ b/
include/linux/dvb/video.h
@@
-110,7
+110,7
@@
struct video_command {
} stop;
struct {
- __
u
32 speed;
+ __
s
32 speed;
__u32 format;
} play;