Changeset 64a03d2cb62dbeef8455883b0b5db99a7a777625
- Timestamp:
- 06/12/08 20:11:49
(3 months ago)
- Author:
- Rémi Denis-Courmont <rdenis@simphalempin.com>
- git-committer:
- Rémi Denis-Courmont <rdenis@simphalempin.com> 1213294309 +0300
- git-parent:
[f7f6282f0105598153d03fed83e6d29a2c2d8723]
- git-author:
- Rémi Denis-Courmont <rdenis@simphalempin.com> 1213294309 +0300
- Message:
boolean cosmetics
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r3561b9b |
r64a03d2 |
|
| 141 | 141 | es_out_id_t *p_es; |
|---|
| 142 | 142 | |
|---|
| 143 | | bool b_muxed; |
|---|
| 144 | | bool b_quicktime; |
|---|
| 145 | | bool b_asf; |
|---|
| | 143 | bool b_muxed; |
|---|
| | 144 | bool b_quicktime; |
|---|
| | 145 | bool b_asf; |
|---|
| 146 | 146 | stream_t *p_out_muxed; /* for muxed stream */ |
|---|
| 147 | 147 | |
|---|
| … | … | |
| 149 | 149 | unsigned int i_buffer; |
|---|
| 150 | 150 | |
|---|
| 151 | | bool b_rtcp_sync; |
|---|
| | 151 | bool b_rtcp_sync; |
|---|
| 152 | 152 | char waiting; |
|---|
| 153 | 153 | int64_t i_pts; |
|---|