[vlc-commits] mux: mp4: add mp41 brand for mpga/mp3
Francois Cartegnie
git at videolan.org
Fri Feb 8 21:20:16 CET 2019
vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Fri Feb 8 16:44:44 2019 +0100| [d35d0578fd4c355b10014f732c880476e1aff772] | committer: Francois Cartegnie
mux: mp4: add mp41 brand for mpga/mp3
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d35d0578fd4c355b10014f732c880476e1aff772
---
modules/mux/mp4/libmp4mux.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/modules/mux/mp4/libmp4mux.c b/modules/mux/mp4/libmp4mux.c
index 3519e50983..31a4ed4562 100644
--- a/modules/mux/mp4/libmp4mux.c
+++ b/modules/mux/mp4/libmp4mux.c
@@ -97,6 +97,8 @@ static void mp4mux_AddExtraBrandForFormat(mp4mux_handle_t *h, const es_format_t
mp4mux_AddExtraBrand(h, BRAND_av01);
mp4mux_AddExtraBrand(h, BRAND_iso6);
break;
+ case VLC_CODEC_MP3:
+ case VLC_CODEC_MPGA:
case VLC_CODEC_MP4V:
case VLC_CODEC_DIV1:
case VLC_CODEC_DIV2:
More information about the vlc-commits
mailing list