Changeset 17318964ae5883cce5ff228260af67217cde06d5
- Timestamp:
- 16/11/06 14:46:22
(2 years ago)
- Author:
- Marian Durkovic <md@videolan.org>
- git-committer:
- Marian Durkovic <md@videolan.org> 1163684782 +0000
- git-parent:
[750a8194ffc7a6bf7eaa6a44b8f10e76ea8f5247]
- git-author:
- Marian Durkovic <md@videolan.org> 1163684782 +0000
- Message:
Declarations before code
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r26c0970 |
r1731896 |
|
| 601 | 601 | *psz_sdp; |
|---|
| 602 | 602 | char ipv; |
|---|
| | 603 | char *sfilter = NULL; |
|---|
| | 604 | int res; |
|---|
| 603 | 605 | |
|---|
| 604 | 606 | psz_group = p_session->psz_group; |
|---|
| … | … | |
| 624 | 626 | psz_uri = p_session->psz_uri; |
|---|
| 625 | 627 | |
|---|
| 626 | | char *sfilter = NULL; |
|---|
| 627 | 628 | if (b_ssm) |
|---|
| 628 | 629 | { |
|---|
| … | … | |
| 633 | 634 | |
|---|
| 634 | 635 | /* see the lists in modules/stream_out/rtp.c for compliance stuff */ |
|---|
| 635 | | int res = asprintf (&psz_sdp, |
|---|
| | 636 | res = asprintf (&psz_sdp, |
|---|
| 636 | 637 | "v=0\r\n" |
|---|
| 637 | 638 | "o=- "I64Fd" %d IN IP%c %s\r\n" |
|---|