Go to the source code of this file.
Typedefs | |
| typedef struct MpegTSContext | MpegTSContext |
Functions | |
| 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) |
| void | mpegts_remove_stream (MpegTSContext *ts, int pid) |
| 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 | ) |
| void mpegts_remove_stream | ( | MpegTSContext * | ts, | |
| int | pid | |||
| ) |
Definition at line 1076 of file mpegts.c.
Referenced by av_remove_stream(), and mpegts_cleanup_streams().
1.5.5