[vlc-commits] mp4 mux: do not advertise non mov files as QuickTime files
Rafaël Carré
git at videolan.org
Tue Sep 2 17:17:09 CEST 2014
vlc | branch: master | Rafaël Carré <funman at videolan.org> | Tue Sep 2 15:35:50 2014 +0200| [08f8853b60ad68629b14aabea1595047ef7a3288] | committer: Rafaël Carré
mp4 mux: do not advertise non mov files as QuickTime files
Fix AAC-LC playback with QT 10.3 (727.4)
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=08f8853b60ad68629b14aabea1595047ef7a3288
---
modules/mux/mp4.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/modules/mux/mp4.c b/modules/mux/mp4.c
index cccdb13..622efbc 100644
--- a/modules/mux/mp4.c
+++ b/modules/mux/mp4.c
@@ -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;
More information about the vlc-commits
mailing list