]> git.sesse.net Git - vlc/commitdiff
mp4 mux: do not advertise non mov files as QuickTime files
authorRafaël Carré <funman@videolan.org>
Tue, 2 Sep 2014 13:35:50 +0000 (15:35 +0200)
committerRafaël Carré <funman@videolan.org>
Tue, 2 Sep 2014 13:53:06 +0000 (15:53 +0200)
Fix AAC-LC playback with QT 10.3 (727.4)

modules/mux/mp4.c

index cccdb135a2da8f5dc7fd66bbc43ec1ed48efeea2..622efbc516db35499d383cb7c4dbc571a8cf6ea8 100644 (file)
@@ -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;