[MPlayer-cvslog] r19318 - in trunk/stream: Makefile asf_mmst_streaming.c asf_streaming.c http.c network.c open.c pnm.c stream.c stream_cdda.c stream_dvb.c stream_dvdnav.c stream_livedotcom.c stream_mf.c stream_null.c stream_tv.c tv.c

Michael Niedermayer michaelni at gmx.at
Sat Aug 5 16:03:46 CEST 2006


Hi

On Fri, Aug 04, 2006 at 07:01:30PM +0200, ben wrote:
> Author: ben
> Date: Fri Aug  4 19:01:29 2006
> New Revision: 19318
> 
> Modified:
>    trunk/stream/Makefile
>    trunk/stream/asf_mmst_streaming.c
>    trunk/stream/asf_streaming.c
>    trunk/stream/http.c
>    trunk/stream/network.c
>    trunk/stream/open.c
>    trunk/stream/pnm.c
>    trunk/stream/stream.c
>    trunk/stream/stream_cdda.c
>    trunk/stream/stream_dvb.c
>    trunk/stream/stream_dvdnav.c
>    trunk/stream/stream_livedotcom.c
>    trunk/stream/stream_mf.c
>    trunk/stream/stream_null.c
>    trunk/stream/stream_tv.c
>    trunk/stream/tv.c
> 
> Log:
> proper inclusion of demuxer.h (including libmpdemux in Makefile only was to make previous split easier)

[...]
> Modified: trunk/stream/asf_mmst_streaming.c
> ==============================================================================
> --- trunk/stream/asf_mmst_streaming.c	(original)
> +++ trunk/stream/asf_mmst_streaming.c	Fri Aug  4 19:01:29 2006
> @@ -37,7 +37,7 @@
>  #endif
>  
>  #include "url.h"
> -#include "asf.h"
> +#include "libmpdemux/asf.h"

thats not demuxer.h

[...]
>  #include "stream.h"
> -#include "demuxer.h"
> +#include "libmpdemux/demuxer.h"

and IMHO the old code was more readable

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

In the past you could go to a library and read, borrow or copy any book
Today you'd get arrested for mere telling someone where the library is



More information about the MPlayer-cvslog mailing list