Changeset 13e50f690551fa0ae5d6b1a8243c46792ad2cd47

Show
Ignore:
Timestamp:
03/08/08 13:41:27 (4 months ago)
Author:
Derk-Jan Hartman <hartman@videolan.org>
git-committer:
Derk-Jan Hartman <hartman@videolan.org> 1217763687 +0200
git-parent:

[a6d22fe5d220c4ad1b0695d0cbc85e1377c30173]

git-author:
Derk-Jan Hartman <hartman@videolan.org> 1217762745 +0200
Message:

v4l: const decl. in line with v4l2.c

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/access/v4l.c

    r00b9584 r13e50f6  
    142142    "(-1 for autodetect)." ) 
    143143 
    144 static int i_norm_list[] = 
     144static const int i_norm_list[] = 
    145145    { VIDEO_MODE_AUTO, VIDEO_MODE_SECAM, VIDEO_MODE_PAL, VIDEO_MODE_NTSC }; 
    146146static const char *const psz_norm_list_text[] = 
     
    226226}; 
    227227 
    228 static struct 
     228static const struct 
    229229{ 
    230230    int i_v4l;