#include <strings.h>
#include <float.h>
#include "avformat.h"
#include "internal.h"
#include "libavutil/log.h"
#include "libavutil/opt.h"
#include "libavutil/avstring.h"
#include "libavutil/parseutils.h"
#include "libavutil/mathematics.h"
Go to the source code of this file.
Data Structures | |
struct | SegmentContext |
Macros | |
#define | OFFSET(x) offsetof(SegmentContext, x) |
#define | E AV_OPT_FLAG_ENCODING_PARAM |
Functions | |
static int | segment_start (AVFormatContext *s) |
static int | segment_end (AVFormatContext *oc) |
static int | seg_write_header (AVFormatContext *s) |
static int | seg_write_packet (AVFormatContext *s, AVPacket *pkt) |
static int | seg_write_trailer (struct AVFormatContext *s) |
Variables | |
static const AVOption | options [] |
static const AVClass | seg_class |
AVOutputFormat | ff_segment_muxer |
#define E AV_OPT_FLAG_ENCODING_PARAM |
#define OFFSET | ( | x | ) | offsetof(SegmentContext, x) |
|
static |
|
static |
|
static |
|
static |
Definition at line 87 of file segment.c.
Referenced by seg_write_packet(), and seg_write_trailer().
|
static |
Definition at line 48 of file segment.c.
Referenced by seg_write_packet().
AVOutputFormat ff_segment_muxer |
|
static |
|
static |