mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-12-24 11:52:06 +08:00
mpeg TS demux API (called from RTP layer) - raw mpeg TS reader (uses fake codec MPEG2TS)
Originally committed as revision 2446 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -42,3 +42,10 @@
|
||||
|
||||
unsigned int mpegts_crc32(const uint8_t *data, int len);
|
||||
extern AVOutputFormat mpegts_mux;
|
||||
|
||||
typedef struct MpegTSContext MpegTSContext;
|
||||
|
||||
MpegTSContext *mpegts_parse_open(AVFormatContext *s);
|
||||
int mpegts_parse_packet(MpegTSContext *ts, AVPacket *pkt,
|
||||
const uint8_t *buf, int len);
|
||||
void mpegts_parse_close(MpegTSContext *ts);
|
||||
|
||||
Reference in New Issue
Block a user