[vlc-commits] mp4 mux: do not advertise non mov files as QuickTime files
Rafaël Carré
git at videolan.org
Tue Sep 2 18:04:31 CEST 2014
vlc/vlc-2.2 | branch: master | Rafaël Carré <funman at videolan.org> | Tue Sep 2 15:35:50 2014 +0200| [73a6039bf2282decb6e8d5ecc4567defdf76852d] | committer: Jean-Baptiste Kempf
mp4 mux: do not advertise non mov files as QuickTime files
Fix AAC-LC playback with QT 10.3 (727.4)
(cherry picked from commit 08f8853b60ad68629b14aabea1595047ef7a3288)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.2.git/?a=commit;h=73a6039bf2282decb6e8d5ecc4567defdf76852d
---
modules/mux/mp4.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/modules/mux/mp4.c b/modules/mux/mp4.c
index d1a7490..9b39eb2 100644
--- a/modules/mux/mp4.c
+++ b/modules/mux/mp4.c
@@ -210,7 +210,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