#include "avformat.h"Go to the source code of this file.
| #define MAX_SECTION_SIZE 4096 |
| #define NB_PID_MAX 8192 |
Definition at line 32 of file mpegts.h.
Referenced by ff_mpegts_parse_close(), mpegts_open_pes_filter(), mpegts_open_section_filter(), mpegts_read_close(), and mpegts_read_packet().
| #define PAT_PID 0x0000 |
Definition at line 36 of file mpegts.h.
Referenced by mpegts_read_header(), and mpegts_write_header().
| #define PAT_TID 0x00 |
| #define PMT_TID 0x02 |
| #define SDT_PID 0x0011 |
Definition at line 37 of file mpegts.h.
Referenced by mpegts_read_header(), and mpegts_write_header().
| #define SDT_TID 0x42 |
| #define STREAM_TYPE_VIDEO_DIRAC 0xd1 |
| #define TS_DVHS_PACKET_SIZE 192 |
| #define TS_FEC_PACKET_SIZE 204 |
| #define TS_PACKET_SIZE 188 |
Definition at line 29 of file mpegts.h.
Referenced by ff_mpegts_parse_open(), ff_mpegts_parse_packet(), get_packet_size(), handle_packet(), handle_packets(), mpegts_get_pcr(), mpegts_insert_null_packet(), mpegts_insert_pcr_only(), mpegts_probe(), mpegts_raw_read_packet(), mpegts_read_header(), mpegts_write_header(), mpegts_write_pes(), mpegts_write_section(), read_packet(), read_seek(), and section_write_packet().
| typedef struct MpegTSContext MpegTSContext |
| void ff_mpegts_parse_close | ( | MpegTSContext * | ts | ) |
| MpegTSContext* ff_mpegts_parse_open | ( | AVFormatContext * | s | ) |
| int ff_mpegts_parse_packet | ( | MpegTSContext * | ts, | |
| AVPacket * | pkt, | |||
| const uint8_t * | buf, | |||
| int | len | |||
| ) |
1.5.8