Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-1.1
Commits
fee133d6
Commit
fee133d6
authored
Nov 11, 2006
by
Marian Durkovic
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
forwardport [17646] (SDP source-filter fix)
parent
35316016
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
src/stream_output/sap.c
src/stream_output/sap.c
+3
-4
No files found.
src/stream_output/sap.c
View file @
fee133d6
...
@@ -292,8 +292,8 @@ static int announce_SAPAnnounceAdd( sap_handler_t *p_sap,
...
@@ -292,8 +292,8 @@ static int announce_SAPAnnounceAdd( sap_handler_t *p_sap,
"
\x00\x00\x00\x00\x00\x02\x7f\xfe
"
,
14
);
"
\x00\x00\x00\x00\x00\x02\x7f\xfe
"
,
14
);
if
(
IN6_IS_ADDR_MULTICAST
(
a6
)
)
if
(
IN6_IS_ADDR_MULTICAST
(
a6
)
)
{
{
/* force flags to zero, preserve scope */
/* force
reserved bits in
flags to zero, preserve scope */
a6
->
s6_addr
[
1
]
&=
0xf
;
a6
->
s6_addr
[
1
]
&=
0x
3
f
;
/* SSM <=> ff3x::/32 */
/* SSM <=> ff3x::/32 */
b_ssm
=
(
GetDWLE
(
a6
->
s6_addr
)
&
0xfff0ffff
)
==
0xff300000
;
b_ssm
=
(
GetDWLE
(
a6
->
s6_addr
)
&
0xfff0ffff
)
==
0xff300000
;
...
@@ -330,10 +330,9 @@ static int announce_SAPAnnounceAdd( sap_handler_t *p_sap,
...
@@ -330,10 +330,9 @@ static int announce_SAPAnnounceAdd( sap_handler_t *p_sap,
else
else
/* other addresses => 224.2.127.254 */
/* other addresses => 224.2.127.254 */
{
{
ipv4
=
0xe0027ffe
;
/* SSM: 232.0.0.0/8 */
/* SSM: 232.0.0.0/8 */
b_ssm
=
(
ipv4
>>
24
)
==
232
;
b_ssm
=
(
ipv4
>>
24
)
==
232
;
ipv4
=
0xe0027ffe
;
}
}
if
(
ipv4
==
0
)
if
(
ipv4
==
0
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment