Changeset 498c3f39debd343d190f511fc2f5143d72bb7841
- Timestamp:
- 31/05/08 15:33:00
(4 months ago)
- Author:
- Jean-Paul Saman <jpsaman@videolan.org>
- git-committer:
- Jean-Paul Saman <jpsaman@videolan.org> 1212240780 +0200
- git-parent:
[07f363a4228870c2210957ad202635ad1dc45e4d]
- git-author:
- Jean-Paul Saman <jpsaman@videolan.org> 1212240661 +0200
- Message:
Removed check for p_sys->b_osd because it is not necessary.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r5e15258 |
r498c3f3 |
|
| 2984 | 2984 | |
|---|
| 2985 | 2985 | /* Close encoder */ |
|---|
| 2986 | | if( p_sys->b_osd && id ) |
|---|
| | 2986 | if( id ) |
|---|
| 2987 | 2987 | { |
|---|
| 2988 | 2988 | if( id->p_encoder->p_module ) |
|---|