summaryrefslogtreecommitdiffstats
path: root/libmpdemux/parse_es.h
diff options
context:
space:
mode:
Diffstat (limited to 'libmpdemux/parse_es.h')
-rw-r--r--libmpdemux/parse_es.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libmpdemux/parse_es.h b/libmpdemux/parse_es.h
index ea2405a803..ed76593e50 100644
--- a/libmpdemux/parse_es.h
+++ b/libmpdemux/parse_es.h
@@ -19,6 +19,8 @@
#ifndef MPLAYER_PARSE_ES_H
#define MPLAYER_PARSE_ES_H
+#include <stdint.h>
+
#include "demuxer.h"
#define MAX_VIDEO_PACKET_SIZE (224*1024+4)
@@ -38,4 +40,6 @@ int read_video_packet(demux_stream_t *ds);
// return: next packet code
int skip_video_packet(demux_stream_t *ds);
+int mp_a52_framesize(uint8_t *buf, int *srate);
+
#endif /* MPLAYER_PARSE_ES_H */