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
f8ddfa91
Commit
f8ddfa91
authored
Jan 20, 2005
by
Gildas Bazin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* modules/mux/asf.c: compiler warnings are there for a reason ;)
parent
c330b1e1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
modules/mux/asf.c
modules/mux/asf.c
+3
-2
No files found.
modules/mux/asf.c
View file @
f8ddfa91
...
@@ -833,6 +833,9 @@ static block_t *asf_header_create( sout_mux_t *p_mux, vlc_bool_t b_broadcast )
...
@@ -833,6 +833,9 @@ static block_t *asf_header_create( sout_mux_t *p_mux, vlc_bool_t b_broadcast )
/* size of the metadata object */
/* size of the metadata object */
for
(
i
=
0
;
i
<
p_sys
->
i_track
;
i
++
)
for
(
i
=
0
;
i
<
p_sys
->
i_track
;
i
++
)
{
{
/* Error correction data field */
if
(
p_sys
->
track
[
i
].
b_audio_correction
)
i_size
+=
8
;
if
(
p_sys
->
track
[
i
].
i_cat
==
VIDEO_ES
)
if
(
p_sys
->
track
[
i
].
i_cat
==
VIDEO_ES
)
{
{
i_cm_size
=
26
+
2
*
(
16
+
2
*
sizeof
(
"AspectRatio?"
));
i_cm_size
=
26
+
2
*
(
16
+
2
*
sizeof
(
"AspectRatio?"
));
...
@@ -842,8 +845,6 @@ static block_t *asf_header_create( sout_mux_t *p_mux, vlc_bool_t b_broadcast )
...
@@ -842,8 +845,6 @@ static block_t *asf_header_create( sout_mux_t *p_mux, vlc_bool_t b_broadcast )
i_header_ext_size
=
i_cm_size
?
i_cm_size
+
46
:
0
;
i_header_ext_size
=
i_cm_size
?
i_cm_size
+
46
:
0
;
i_size
+=
i_ci_size
+
i_cd_size
+
i_header_ext_size
;
i_size
+=
i_ci_size
+
i_cd_size
+
i_header_ext_size
;
/* Error correction data field */
if
(
tk
->
b_audio_correction
)
i_size
+=
8
;
if
(
p_sys
->
b_asf_http
)
if
(
p_sys
->
b_asf_http
)
{
{
...
...
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