Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
08f8853b
Commit
08f8853b
authored
Sep 02, 2014
by
Rafaël Carré
Browse files
mp4 mux: do not advertise non mov files as QuickTime files
Fix AAC-LC playback with QT 10.3 (727.4)
parent
1f52e590
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/mux/mp4.c
View file @
08f8853b
...
...
@@ -271,7 +271,6 @@ static int Open(vlc_object_t *p_this)
else
bo_add_fourcc
(
box
,
"mp41"
);
bo_add_fourcc
(
box
,
"avc1"
);
bo_add_fourcc
(
box
,
"qt "
);
box_fix
(
box
);
p_sys
->
i_pos
+=
box
->
len
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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