From 7a901686f18c37b2cd885bd324916d47b34e7c5a Mon Sep 17 00:00:00 2001 From: Daniel Caujolle-Bert Date: Mon, 7 May 2001 03:40:34 +0000 Subject: Fixed the way to detect libtool version. Add get_capabilities(),get_property() and set_property() to audio out. get_supported_modes removed, use get_cap() instead. Change the way of capabilities, match like video_out AO_CAP_* and AO_PROP_*. Fixed a small typo in demux_mpeg.c. Fixed libmpg123 audio output callings arguments. Change the AO_MODE to AO_CAP_MODE in all required locations. CVS patchset: 69 CVS date: 2001/05/07 03:40:34 --- src/demuxers/demux_mpeg.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/demuxers/demux_mpeg.c') diff --git a/src/demuxers/demux_mpeg.c b/src/demuxers/demux_mpeg.c index 0b7c40627..f42bc2b4e 100644 --- a/src/demuxers/demux_mpeg.c +++ b/src/demuxers/demux_mpeg.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: demux_mpeg.c,v 1.8 2001/05/06 14:25:42 guenter Exp $ + * $Id: demux_mpeg.c,v 1.9 2001/05/07 03:40:35 f1rmb Exp $ * * demultiplexer for mpeg 1/2 program streams * reads streams of variable blocksizes @@ -501,7 +501,7 @@ static void demux_mpeg_start (demux_plugin_t *this_gen, xprintf (VERBOSE|DEMUX, "=>seek to %Ld\n",pos); this->input->seek (this->input, pos+4, SEEK_SET); } else - read_bytes(4); + read_bytes(this, 4); printf ("demux_mpeg: create start packages...\n"); -- cgit v1.2.3