git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b2a9177
)
Make v4l.c's video_formats constant and static.
author
Diego Pettenò
<flameeyes@gmail.com>
Mon, 7 Jan 2008 12:42:02 +0000
(12:42 +0000)
committer
Benoit Fouet
<benoit.fouet@free.fr>
Mon, 7 Jan 2008 12:42:02 +0000
(12:42 +0000)
Patch by Diego 'Flameeyes' Pettenò flameeyes ¤ gmail ! com
Originally committed as revision 11443 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavdevice/v4l.c
patch
|
blob
|
history
diff --git
a/libavdevice/v4l.c
b/libavdevice/v4l.c
index
d9dc635
..
5d57a2b
100644
(file)
--- a/
libavdevice/v4l.c
+++ b/
libavdevice/v4l.c
@@
-46,7
+46,7
@@
typedef struct {
int gb_frame;
} VideoData;
-struct {
+st
atic const st
ruct {
int palette;
int depth;
enum PixelFormat pix_fmt;