|
FFmpeg
|
#include "libavutil/mathematics.h"#include "libavutil/opt.h"#include "avformat.h"#include "avio_internal.h"#include "mux.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 FFOutputFormat | ff_rtp_mpegts_muxer |
| #define OFFSET | ( | x | ) | offsetof(MuxChain, x) |
Definition at line 176 of file rtpenc_mpegts.c.
| #define E AV_OPT_FLAG_ENCODING_PARAM |
Definition at line 177 of file rtpenc_mpegts.c.
|
static |
Definition at line 37 of file rtpenc_mpegts.c.
Referenced by rtp_mpegts_write_header().
|
static |
Definition at line 56 of file rtpenc_mpegts.c.
|
static |
Definition at line 139 of file rtpenc_mpegts.c.
|
static |
Definition at line 178 of file rtpenc_mpegts.c.
|
static |
Definition at line 184 of file rtpenc_mpegts.c.
| const FFOutputFormat ff_rtp_mpegts_muxer |
Definition at line 191 of file rtpenc_mpegts.c.
1.8.17