summaryrefslogtreecommitdiff
path: root/src/demuxers/demux_mpeg.c
diff options
context:
space:
mode:
authorDaniel Caujolle-Bert <f1rmb@users.sourceforge.net>2001-05-07 03:40:34 +0000
committerDaniel Caujolle-Bert <f1rmb@users.sourceforge.net>2001-05-07 03:40:34 +0000
commit7a901686f18c37b2cd885bd324916d47b34e7c5a (patch)
tree471f3f5e6919d82dc3c848fe1ab50db2625285b6 /src/demuxers/demux_mpeg.c
parent2866aa5a2be3ef68979648fe550a208bd65416ae (diff)
downloadxine-lib-7a901686f18c37b2cd885bd324916d47b34e7c5a.tar.gz
xine-lib-7a901686f18c37b2cd885bd324916d47b34e7c5a.tar.bz2
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
Diffstat (limited to 'src/demuxers/demux_mpeg.c')
-rw-r--r--src/demuxers/demux_mpeg.c4
1 files changed, 2 insertions, 2 deletions
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");