Changeset 2cc38d3f802fae19b43540a47282eb065e868565
- Timestamp:
- 27/08/08 01:02:45
(3 months ago)
- Author:
- Laurent Aimar <fenrir@videolan.org>
- git-committer:
- Laurent Aimar <fenrir@videolan.org> 1219791765 +0200
- git-parent:
[ff6b945faffba31093c780f02c3f8684307f2ba6]
- git-author:
- Laurent Aimar <fenrir@videolan.org> 1219791765 +0200
- Message:
Fixed typo making swscaler useless for outputing RGBA.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r857535c |
r2cc38d3 |
|
| 297 | 297 | else if( p_fmto->i_chroma == VLC_FOURCC( 'R', 'G', 'B', 'A' ) ) |
|---|
| 298 | 298 | { |
|---|
| 299 | | i_fmti = PIX_FMT_RGBA32; |
|---|
| | 299 | i_fmto = PIX_FMT_RGBA32; |
|---|
| 300 | 300 | b_has_ao = true; |
|---|
| 301 | 301 | } |
|---|