Changeset dd7853055c2951f19e44217a42f2261d2f73f307
- Timestamp:
- 03/05/07 22:36:07
(2 years ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1173130567 +0000
- git-parent:
[4f620050a14477a01374b2a54f537fee935f5c82]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1173130567 +0000
- Message:
Boundary check (though it was a shoot-yourself-in-the-foot one)
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r4f62005 |
rdd78530 |
|
| 701 | 701 | #endif |
|---|
| 702 | 702 | |
|---|
| 703 | | if (p_thread->rtcp_handle != -1) |
|---|
| | 703 | if ((p_thread->rtcp_handle != -1) && (p_pk->i_buffer >= 8)) |
|---|
| 704 | 704 | { |
|---|
| 705 | 705 | /* FIXME: this is a very incorrect simplistic RTCP timer */ |
|---|