]> git.sesse.net Git - vlc/commit
mp4 mux: always write esds descriptor length using 4 bytes
authorRafaël Carré <funman@videolan.org>
Sun, 13 Nov 2011 02:32:58 +0000 (21:32 -0500)
committerRafaël Carré <funman@videolan.org>
Sat, 19 Nov 2011 20:50:30 +0000 (15:50 -0500)
commit67de52f4aeb6fae90acaca67045c7ff14bfb4985
treee48794351c419bdc7979831a45a56651082e6ae7
parente67f216bf7abfe36ed377242d1137bc076b931b3
mp4 mux: always write esds descriptor length using 4 bytes

Closes: #4691
ipod shuffle doesn't support anything else.

Fix from FFmpeg

Also simplify bo_* functions (bo_add_descr is from FFmpeg too)
modules/mux/mp4.c