Browse Source

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
tags/v0.5
Diego Pettenò Benoit Fouet 18 years ago
parent
commit
1411f55b63
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavdevice/v4l.c

+ 1
- 1
libavdevice/v4l.c View File

@@ -46,7 +46,7 @@ typedef struct {
int gb_frame;
} VideoData;

struct {
static const struct {
int palette;
int depth;
enum PixelFormat pix_fmt;


Loading…
Cancel
Save