summaryrefslogtreecommitdiffstats
path: root/libmpdemux/demux_ts.h
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-08-05 09:01:30 +0000
committerUoti Urpala <uau@glyph.nonexistent.invalid>2010-11-02 04:15:48 +0200
commit7e57bfd853285f39330d0122e5d8cde3a7cef7fa (patch)
treed8a40c5e289d0d01e571d6d9299a2bde2d67af18 /libmpdemux/demux_ts.h
parent1e403d0593bbe47769d48bf4d60342d4c30c5bce (diff)
downloadmpv-7e57bfd853285f39330d0122e5d8cde3a7cef7fa.tar.bz2
mpv-7e57bfd853285f39330d0122e5d8cde3a7cef7fa.tar.xz
demux: 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. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31929 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpdemux/demux_ts.h')
-rw-r--r--libmpdemux/demux_ts.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/libmpdemux/demux_ts.h b/libmpdemux/demux_ts.h
index 7a06d80f2e..37bddb86da 100644
--- a/libmpdemux/demux_ts.h
+++ b/libmpdemux/demux_ts.h
@@ -19,10 +19,6 @@
#ifndef MPLAYER_DEMUX_TS_H
#define MPLAYER_DEMUX_TS_H
-#include <stdint.h>
-
#define TS_MAX_PROBE_SIZE 2000000
-int mp_a52_framesize(uint8_t *buf, int *srate);
-
#endif /* MPLAYER_DEMUX_TS_H */