Changeset 4551908a0ac5e7a83ce237a5d1e6637ffff394cd
- Timestamp:
- 27/02/07 21:43:05
(2 years ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1172608985 +0000
- git-parent:
[6bbeeca1bd223c748bef4bbd5ff37807c8512c21]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1172608985 +0000
- Message:
Do not assume RTP frequency is that of TS for RTCP
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r93c16a0 |
r4551908 |
|
| 673 | 673 | if ((rtcp_counter / 80) >= p_thread->rtcp_size) |
|---|
| 674 | 674 | { |
|---|
| 675 | | SendRTCP (p_thread, p_pk->i_dts * 9 / 100); |
|---|
| | 675 | SendRTCP (p_thread, GetDWBE (p_pk->p_buffer + 4)); |
|---|
| 676 | 676 | rtcp_counter = 0; |
|---|
| 677 | 677 | } |
|---|