Changeset eb73dbd387402d035c2eb77d9c0a65a5e21c4d95
- Timestamp:
- 03/15/08 21:54:35
(6 months ago)
- Author:
- Rafaël Carré <funman@videolan.org>
- git-committer:
- Rafaël Carré <funman@videolan.org> 1205614475 +0100
- git-parent:
[b4b0a1b6f82807f4e7b0a1f96b62dcf109018549]
- git-author:
- Rafaël Carré <funman@videolan.org> 1205614233 +0100
- Message:
Do not hide bugs
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r99fab90 |
reb73dbd |
|
| 76 | 76 | subpicture_t *p_spu; |
|---|
| 77 | 77 | video_format_t fmt; |
|---|
| 78 | | (void)p_style; // FIXME: <-- why ask for this if it's unused?!? |
|---|
| | 78 | /* (void)p_style; FIXME: <-- why ask for this if it's unused?!? */ |
|---|
| 79 | 79 | |
|---|
| 80 | 80 | if( !psz_string ) return VLC_EGENERIC; |
|---|