[vlc-commits] mux: mp4: remove unknown srcq

Francois Cartegnie git at videolan.org
Wed Apr 29 10:45:31 CEST 2020


vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Mon Apr 27 20:38:03 2020 +0200| [5cda7a27729199e1c3e53734584761e870bf70d4] | committer: Francois Cartegnie

mux: mp4: remove unknown srcq

Unregistered, Unlisted, unexplained. (source quality ?)
Appears only with old mov.

Matrix_Reloaded_final_theatrical_trailer-SVQ3-mp4a.mov
program480_dl-small2.mov

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5cda7a27729199e1c3e53734584761e870bf70d4
---

 modules/mux/mp4/libmp4mux.c | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/modules/mux/mp4/libmp4mux.c b/modules/mux/mp4/libmp4mux.c
index ea4df968de..104e45d865 100644
--- a/modules/mux/mp4/libmp4mux.c
+++ b/modules/mux/mp4/libmp4mux.c
@@ -715,13 +715,6 @@ static bo_t *GetWaveTag(const char *fcc, bo_t *extraboxes[], size_t i_extraboxes
         for(size_t i=0; i<i_extraboxes; i++)
             box_gather(wave, extraboxes[i]);
 
-        box = box_new("srcq");
-        if(box)
-        {
-            bo_add_32be(box, 0x40);
-            box_gather(wave, box);
-        }
-
         /* The last atom in the siDecompressionParam atom must be a terminator atom. */
         bo_add_32be(wave, 8); /* new empty box */
         bo_add_32be(wave, 0); /* box label */



More information about the vlc-commits mailing list