diff libmpdemux/demux_ts.h @ 31850:b9c9e72a37b2

Move mp_a52_framesize from demux_ts.c to parse_es.c. The function is used in the MPEG muxer as well and not specific to MPEG-TS. Jointly developed by Nico Sabbi and myself.
author diego
date Thu, 05 Aug 2010 09:01:30 +0000
parents 44863071e668
children b2329beb7406
line wrap: on
line diff
--- a/libmpdemux/demux_ts.h	Thu Aug 05 07:37:58 2010 +0000
+++ b/libmpdemux/demux_ts.h	Thu Aug 05 09:01:30 2010 +0000
@@ -19,8 +19,6 @@
 #ifndef MPLAYER_DEMUX_TS_H
 #define MPLAYER_DEMUX_TS_H
 
-#include <stdint.h>
-
 #define TS_MAX_PROBE_SIZE 2000000
 
 extern off_t ts_probe;
@@ -28,6 +26,4 @@
 extern int   ts_keep_broken;
 extern int audio_substream_id;
 
-int mp_a52_framesize(uint8_t *buf, int *srate);
-
 #endif /* MPLAYER_DEMUX_TS_H */