Changeset 6e98a10ebc072884a55283e640633103d7b9eb4a
- Timestamp:
- 15/10/07 11:39:13
(1 year ago)
- Author:
- Jean-Paul Saman <jpsaman@videolan.org>
- git-committer:
- Jean-Paul Saman <jpsaman@videolan.org> 1192441153 +0000
- git-parent:
[7719d7148c3d49ac58da93e709508b9fc3867ad8]
- git-author:
- Jean-Paul Saman <jpsaman@videolan.org> 1192441153 +0000
- Message:
Indentation.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rfabc3da |
r6e98a10 |
|
| 269 | 269 | goto error; |
|---|
| 270 | 270 | |
|---|
| 271 | | if( (p_sys->i_wanted_page == p_sys->i_last_page) && |
|---|
| 272 | | (p_sys->b_update != VLC_TRUE) ) |
|---|
| | 271 | if( ( p_sys->i_wanted_page == p_sys->i_last_page ) && |
|---|
| | 272 | ( p_sys->b_update != VLC_TRUE ) ) |
|---|
| 273 | 273 | goto error; |
|---|
| 274 | 274 | |
|---|
| … | … | |
| 309 | 309 | |
|---|
| 310 | 310 | /* Normal text subs, easy markup */ |
|---|
| 311 | | p_spu->i_flags = SUBPICTURE_ALIGN_BOTTOM; |
|---|
| | 311 | p_spu->i_flags = SUBPICTURE_ALIGN_TOP; |
|---|
| 312 | 312 | |
|---|
| 313 | 313 | p_spu->i_start = (mtime_t) p_block->i_pts; |
|---|
| | 314 | //msg_Dbg( p_dec, "spu start "I64Fd" pts "I64Fd, p_spu->i_start, p_block->i_pts ); |
|---|
| 314 | 315 | p_spu->i_stop = (mtime_t) 0; |
|---|
| 315 | 316 | p_spu->b_ephemer = VLC_TRUE; |
|---|