|
FFmpeg
|
#include "libavutil/mathematics.h"#include "libavutil/opt.h"#include "avformat.h"#include "avio_internal.h"Go to the source code of this file.
Data Structures | |
| struct | MuxChain |
Macros | |
| #define | OFFSET(x) offsetof(MuxChain, x) |
| #define | E AV_OPT_FLAG_ENCODING_PARAM |
Functions | |
| static int | rtp_mpegts_write_close (AVFormatContext *s) |
| static int | rtp_mpegts_write_header (AVFormatContext *s) |
| static int | rtp_mpegts_write_packet (AVFormatContext *s, AVPacket *pkt) |
Variables | |
| static const AVOption | options [] |
| static const AVClass | rtp_mpegts_class |
| const AVOutputFormat | ff_rtp_mpegts_muxer |
| #define OFFSET | ( | x | ) | offsetof(MuxChain, x) |
Definition at line 175 of file rtpenc_mpegts.c.
| #define E AV_OPT_FLAG_ENCODING_PARAM |
Definition at line 176 of file rtpenc_mpegts.c.
|
static |
Definition at line 36 of file rtpenc_mpegts.c.
Referenced by rtp_mpegts_write_header().
|
static |
Definition at line 55 of file rtpenc_mpegts.c.
|
static |
Definition at line 138 of file rtpenc_mpegts.c.
|
static |
Definition at line 177 of file rtpenc_mpegts.c.
|
static |
Definition at line 183 of file rtpenc_mpegts.c.
| const AVOutputFormat ff_rtp_mpegts_muxer |
Definition at line 190 of file rtpenc_mpegts.c.
1.8.17