Commit c45bb41e authored by benoit's avatar benoit

Make v4l.c's video_formats constant and static.

Patch by Diego 'Flameeyes' Pettenò flameeyes ¤ gmail ! com


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11443 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 1da82bef
...@@ -46,7 +46,7 @@ typedef struct { ...@@ -46,7 +46,7 @@ typedef struct {
int gb_frame; int gb_frame;
} VideoData; } VideoData;
struct { static const struct {
int palette; int palette;
int depth; int depth;
enum PixelFormat pix_fmt; enum PixelFormat pix_fmt;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment