Commit 08f8853b authored by Rafaël Carré's avatar Rafaël Carré

mp4 mux: do not advertise non mov files as QuickTime files

Fix AAC-LC playback with QT 10.3 (727.4)
parent 1f52e590
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment