[vlc-devel] [vlc-commits] Deprecated native real demuxer in favor to avformat.
Jean-Baptiste Kempf
jb at videolan.org
Wed Oct 26 05:39:57 CEST 2011
On Tue, Oct 25, 2011 at 11:01:45PM +0200, Laurent Aimar wrote :
> vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Tue Oct 25 22:58:24 2011 +0200| [2a3be8975ca0a3a9b4cb772d7087a347553f0392] | committer: Laurent Aimar
>
> Deprecated native real demuxer in favor to avformat.
>
> > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2a3be8975ca0a3a9b4cb772d7087a347553f0392
> ---
>
> modules/demux/real.c | 2 +-
> src/input/demux.c | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/modules/demux/real.c b/modules/demux/real.c
> index c9d8b7c..df1a0ad 100644
> --- a/modules/demux/real.c
> +++ b/modules/demux/real.c
> @@ -68,7 +68,7 @@ static void Close ( vlc_object_t * );
>
> vlc_module_begin ()
> set_description( N_("Real demuxer" ) )
> - set_capability( "demux", 50 )
> + set_capability( "demux", 0 )
Why not "1", in cases in which the libavformat module doesn't work or is
too old?
Best Regards,
--
Jean-Baptiste Kempf
http://www.jbkempf.com/ - +33 672 704 734
Sent from my Electronic Device
More information about the vlc-devel
mailing list