summaryrefslogtreecommitdiff
path: root/src/demuxers/demux_mpeg.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/demuxers/demux_mpeg.c')
-rw-r--r--src/demuxers/demux_mpeg.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/demuxers/demux_mpeg.c b/src/demuxers/demux_mpeg.c
index 8ee0109e5..ade2e7961 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.43 2001/11/13 21:47:57 heikos Exp $
+ * $Id: demux_mpeg.c,v 1.44 2001/11/17 14:26:37 f1rmb Exp $
*
* demultiplexer for mpeg 1/2 program streams
* reads streams of variable blocksizes
@@ -38,10 +38,9 @@
#include <string.h>
#include <unistd.h>
-#include "monitor.h"
#include "xine_internal.h"
#include "demux.h"
-#include "utils.h"
+#include "xineutils.h"
#define NUM_PREVIEW_BUFFERS 150
@@ -945,7 +944,7 @@ demux_plugin_t *init_demuxer_plugin(int iface, xine_t *xine) {
return NULL;
}
- this = xmalloc (sizeof (demux_mpeg_t));
+ this = xine_xmalloc (sizeof (demux_mpeg_t));
config = xine->config;
xine_debug = config->lookup_int (config, "xine_debug", 0);