[MPlayer-dev-eng] QuickTime reference file support?

Fabian Franz FabianFranz at gmx.de
Sat Jan 11 17:15:36 CET 2003


Hi,

Am Samstag, 11. Januar 2003 16:58 schrieb Kevin DeKorte:
> A'rpi,

I'm not Arpi, but another developer, but please, please, please do unified 
diffs!!! (diff -u) or even better use cvs diff -u ...

>
> I got some stuff figured out, but maybe I am going about this all wrong...
> This does not work yet, I still don't have anything in the playlist, but
> maybe someone can point out what I am doing wrong.
>
> Some Diffs
>
> diff playtree.h playtree.h.new
> 31a32,33
>
> > // moved from mplayer.c
> > play_tree_t* playtree;
>
> diff mplayer.c mplayer.c.new
> 99c99
> < play_tree_t* playtree;
> ---
>
> > //play_tree_t* playtree;
>
> diff libmpdmux/demux_mov.c libmpdemux/demux_mov.c.new
> 34a35,37
>
> > #include "../playtree.h"
> > #include "../playtreeparser.h"
>
> 42a46
>
> > extern play_tree_t* playtree;
>
> 284a289,290
>
> >     play_tree_t* pt;
>
> 375a382,392
>
> >                     if (pt == NULL) {
> >                               mp_msg(MSGT_DEMUX,MSGL_INFO,"Creating
>
> Playlist\n");
>
> >                               pt = play_tree_new();
> >                               play_tree_set_child(playtree,pt);
> >
> >                     }
> >                             mp_msg(MSGT_DEMUX,MSGL_INFO,"Adding %s to
>
> Playlist\n",s);
>
> >                     play_tree_add_file(pt,s);
>

Its really hard to read code that way and guess where it belongs ...

cu

Fabian
> On Friday 10 January 2003 16:05, Arpi wrote:
> > Hi,
> >
> > > A'rpi,
> > >
> > > What files in the mplayer tree contain this stuff? Maybe I can take a
> > > look
> >
> > it's everywhere... no one knows exactly...
> >
> > actually there are several versions of this #ifdefed, and the playtree
> > stuff is mixed with the commandline/config parser somehow...
> >
> > i've never felt brave enough to trace it down.
> >
> > i suggest you to trace down how the .asf playlists work, it should
> > be similar. but anyway the .asf playlists also don't work at all, at
> > least there were several bugreports about it...
> >
> >
> > A'rpi / Astral & ESP-team
>
> _______________________________________________
> MPlayer-dev-eng mailing list
> MPlayer-dev-eng at mplayerhq.hu
> http://mplayerhq.hu/mailman/listinfo/mplayer-dev-eng




More information about the MPlayer-dev-eng mailing list