[MPlayer-dev-eng] QuickTime reference file support?
Kevin DeKorte
kdekorte at yahoo.com
Sat Jan 11 16:58:11 CET 2003
A'rpi,
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);
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
More information about the MPlayer-dev-eng
mailing list