[vlc-commits] Avformat: split the options from demux and mux in sections

Jean-Baptiste Kempf git at videolan.org
Mon Aug 19 15:42:37 CEST 2013


vlc/vlc-2.1 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Aug 19 15:40:05 2013 +0200| [7cbb328ba12618788eaa2db191d44aea5df7f4fb] | committer: Jean-Baptiste Kempf

Avformat: split the options from demux and mux in sections

(cherry picked from commit 5b77946508a104f2c6936618d00759e7c775c8f6)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.1.git/?a=commit;h=7cbb328ba12618788eaa2db191d44aea5df7f4fb
---

 modules/demux/avformat/avformat.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/demux/avformat/avformat.c b/modules/demux/avformat/avformat.c
index 28dbbb6..2aa9624 100644
--- a/modules/demux/avformat/avformat.c
+++ b/modules/demux/avformat/avformat.c
@@ -54,6 +54,7 @@ vlc_module_begin ()
     add_shortcut( "ffmpeg", "avformat" )
     set_description( N_("Avformat muxer" ) )
     set_capability( "sout mux", 2 )
+    set_section( N_("Muxer"), NULL )
     add_string( "sout-avformat-mux", NULL, MUX_TEXT, MUX_LONGTEXT, true )
     add_obsolete_string("ffmpeg-mux") /* removed since 2.1.0 */
     add_string( "sout-avformat-options", NULL, AV_OPTIONS_TEXT, AV_OPTIONS_LONGTEXT, true )



More information about the vlc-commits mailing list