Changeset 497ea18f80521269554d8b900f99d40571f49534
- Timestamp:
- 03/03/05 06:22:01
(4 years ago)
- Author:
- Eric Petit <titer@videolan.org>
- git-committer:
- Eric Petit <titer@videolan.org> 1109827321 +0000
- git-parent:
[bef3f3ea4c87a8791e036ec0444cedf8de606d43]
- git-author:
- Eric Petit <titer@videolan.org> 1109827321 +0000
- Message:
video_filter/mosaic.c: compile fix
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rd799a0a |
r497ea18 |
|
| 177 | 177 | if( psz_order[0] != 0 ) |
|---|
| 178 | 178 | { |
|---|
| | 179 | char* psz_end=NULL; |
|---|
| 179 | 180 | i_index = 0; |
|---|
| 180 | | char* psz_end=NULL; |
|---|
| 181 | 181 | do |
|---|
| 182 | 182 | { |
|---|