[vlc-devel] [PATCH 3/3] Enable CineForm for the MP4 muxer

Emeric Grange emeric.grange at gmail.com
Tue Aug 28 16:23:48 CEST 2018


From: Emeric <emeric.grange at gmail.com>

---
 modules/mux/mp4/libmp4mux.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/mux/mp4/libmp4mux.c b/modules/mux/mp4/libmp4mux.c
index cac07aaf62..c8443281cf 100644
--- a/modules/mux/mp4/libmp4mux.c
+++ b/modules/mux/mp4/libmp4mux.c
@@ -1876,6 +1876,7 @@ bool mp4mux_CanMux(vlc_object_t *p_obj, const es_format_t *p_fmt,
     case VLC_CODEC_YUYV:
     case VLC_CODEC_VC1:
     case VLC_CODEC_WMAP:
+    case VLC_CODEC_CINEFORM:
         break;
     case VLC_CODEC_H264:
         if(!p_fmt->i_extra && p_obj)
-- 
2.18.0



More information about the vlc-devel mailing list