Changeset 2d6a7985cf7e21b0b7d5f697366874105d225fe5
- Timestamp:
- 30/06/08 22:14:18
(5 months ago)
- Author:
- Antoine Cellerier <dionoea@videolan.org>
- git-committer:
- Antoine Cellerier <dionoea@videolan.org> 1214856858 +0200
- git-parent:
[74cf34e6ae1258f4d680ef3f69e7cfa690ab6ef8]
- git-author:
- Antoine Cellerier <dionoea@videolan.org> 1214856841 +0200
- Message:
Fix typo.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r6ef09b5 |
r2d6a798 |
|
| 135 | 135 | /* Lets try resizing and then doing the chroma conversion */ |
|---|
| 136 | 136 | es_format_Copy( &fmt_mid, &p_filter->fmt_out ); |
|---|
| 137 | | fmt_mid.video.i_chroma = p_filter->fmt_out.video.i_chroma; |
|---|
| | 137 | fmt_mid.video.i_chroma = p_filter->fmt_in.video.i_chroma; |
|---|
| 138 | 138 | if( CreateChain( p_sys->p_chain, &fmt_mid ) == VLC_SUCCESS ) |
|---|
| 139 | 139 | { |
|---|