Changeset 34e2b4fe32ba3104eb0cf8fc5f6b6b1f834f4726
- Timestamp:
- 24/09/07 20:14:41
(1 year ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1190657681 +0000
- git-parent:
[946fcf955114c49dd2ef2896b04d117fba65c73e]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1190657681 +0000
- Message:
Remove never used RTP timestamp_start
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r946fcf9 |
r34e2b4f |
|
| 278 | 278 | sout_stream_t *p_stream; |
|---|
| 279 | 279 | /* rtp field */ |
|---|
| 280 | | uint32_t i_timestamp_start; |
|---|
| 281 | 280 | uint16_t i_sequence; |
|---|
| 282 | 281 | uint8_t i_payload_type; |
|---|
| … | … | |
| 846 | 845 | id->p_stream = p_stream; |
|---|
| 847 | 846 | |
|---|
| 848 | | id->i_timestamp_start = rand()&0xffffffff; |
|---|
| 849 | 847 | id->i_sequence = rand()&0xffff; |
|---|
| 850 | 848 | id->i_payload_type = p_sys->i_payload_type; |
|---|