Changeset 13e50f690551fa0ae5d6b1a8243c46792ad2cd47
- 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
| r00b9584 |
r13e50f6 |
|
| 142 | 142 | "(-1 for autodetect)." ) |
|---|
| 143 | 143 | |
|---|
| 144 | | static int i_norm_list[] = |
|---|
| | 144 | static const int i_norm_list[] = |
|---|
| 145 | 145 | { VIDEO_MODE_AUTO, VIDEO_MODE_SECAM, VIDEO_MODE_PAL, VIDEO_MODE_NTSC }; |
|---|
| 146 | 146 | static const char *const psz_norm_list_text[] = |
|---|
| … | … | |
| 226 | 226 | }; |
|---|
| 227 | 227 | |
|---|
| 228 | | static struct |
|---|
| | 228 | static const struct |
|---|
| 229 | 229 | { |
|---|
| 230 | 230 | int i_v4l; |
|---|