1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-13 21:28:01 +02:00

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
This commit is contained in:
Diego Pettenò 2008-01-07 12:42:02 +00:00 committed by Benoit Fouet
parent b2a9177017
commit 1411f55b63

View File

@ -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;