Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Steve Lhomme
VLC
Commits
698e95d5
Commit
698e95d5
authored
Jun 29, 2007
by
Laurent Aimar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Do not display invalid fourcc for meta data atom.
parent
9bf22b54
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
modules/demux/mp4/libmp4.c
modules/demux/mp4/libmp4.c
+4
-4
No files found.
modules/demux/mp4/libmp4.c
View file @
698e95d5
...
...
@@ -2099,8 +2099,8 @@ static int MP4_ReadBox_0xa9xxx( stream_t *p_stream, MP4_Box_t *p_box )
#ifdef MP4_VERBOSE
msg_Dbg
(
p_stream
,
"read box:
\"
%4.4
s
\"
text=`%s'"
,
(
char
*
)
&
p_box
->
i_type
,
"read box:
\"
c%3.3
s
\"
text=`%s'"
,
(
(
char
*
)
&
p_box
->
i_type
+
1
)
,
p_box
->
data
.
p_0xa9xxx
->
psz_text
);
#endif
}
...
...
@@ -2134,8 +2134,8 @@ static int MP4_ReadBox_0xa9xxx( stream_t *p_stream, MP4_Box_t *p_box )
p_box
->
data
.
p_0xa9xxx
->
psz_text
[
i_data_len
]
=
'\0'
;
#ifdef MP4_VERBOSE
msg_Dbg
(
p_stream
,
"read box:
\"
%4.4
s
\"
text=`%s'"
,
(
char
*
)
&
p_box
->
i_type
,
"read box:
\"
c%3.3
s
\"
text=`%s'"
,
(
(
char
*
)
&
p_box
->
i_type
+
1
)
,
p_box
->
data
.
p_0xa9xxx
->
psz_text
);
#endif
}
...
...
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