Changeset 1348f88f18e27faf3db10cba02d1f6e6fc51431e
- Timestamp:
- 03/08/08 13:21:36
(4 months ago)
- Author:
- Derk-Jan Hartman <hartman@videolan.org>
- git-committer:
- Derk-Jan Hartman <hartman@videolan.org> 1217762496 +0200
- git-parent:
[b54994d460e563dd9a02eac74f5674eddb1d31f0]
- git-author:
- Derk-Jan Hartman <hartman@videolan.org> 1217762461 +0200
- Message:
qtcapture: const a struct.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rc0538c2 |
r1348f88 |
|
| 164 | 164 | static int qtchroma_to_fourcc( int i_qt ) |
|---|
| 165 | 165 | { |
|---|
| 166 | | static struct |
|---|
| | 166 | static const struct |
|---|
| 167 | 167 | { |
|---|
| 168 | 168 | unsigned int i_qt; |
|---|