[vlc-devel] commit: Avformat module is a demuxer not a decoder (Jean-Baptiste Kempf )

git version control git at videolan.org
Wed Jan 21 15:05:00 CET 2009


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Jan 21 15:00:24 2009 +0100| [658f089cc49ff2a27dbf8f54c73b462f90b99df8] | committer: Jean-Baptiste Kempf 

Avformat module is a demuxer not a decoder

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

 modules/demux/avformat/avformat.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/demux/avformat/avformat.c b/modules/demux/avformat/avformat.c
index 8c45258..e958855 100644
--- a/modules/demux/avformat/avformat.c
+++ b/modules/demux/avformat/avformat.c
@@ -48,7 +48,7 @@
 vlc_module_begin ()
     add_shortcut( "ffmpeg" )
     set_category( CAT_INPUT )
-    set_subcategory( SUBCAT_INPUT_SCODEC )
+    set_subcategory( SUBCAT_INPUT_DEMUX )
     set_description( N_("FFmpeg demuxer" ) )
     set_capability( "demux", 2 )
     set_callbacks( OpenDemux, CloseDemux )




More information about the vlc-devel mailing list