Commit 1411f55b authored by Diego Pettenò's avatar Diego Pettenò Committed by Benoit Fouet

Make v4l.c's video_formats constant and static.

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

Originally committed as revision 11443 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent b2a91770
......@@ -46,7 +46,7 @@ typedef struct {
int gb_frame;
} VideoData;
struct {
static const struct {
int palette;
int depth;
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