[Mplayer-dvb] mpegpes-dvb and HEAD-DVB-driver

Sebastian Hesselbarth sebastian.hesselbarth at gmx.de
Sun Oct 27 16:53:28 CET 2002


First, sorry for not directly replying but i just subscribed to the
list and so i don't have a mail to reply to.

In addition to Marcus' fix for NEWSTRUCT you'll have to add some more
for HEAD driver because of struct renaming.

(No diff available because there are only 2 fixes)

in ao_mpegpes.c:

audioMixer_t dvb_mixer={255,255};
has to be
audio_mixer_t dvb_mixer={255,255};

in vo_mpegpes.c:

add
#define boolean int
#define true 1
#define false 0

because it is removed from audio.h

hope it works for you too.

Bye Sebastian Hesselbarth





More information about the MPlayer-dvb mailing list