#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.
Initial value:= {
.name = "segment",
}
static int seg_write_header(AVFormatContext *s)
static int seg_write_trailer(struct AVFormatContext *s)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static int seg_write_packet(AVFormatContext *s, AVPacket *pkt)
static const AVClass seg_class
Definition at line 264 of file segment.c.
Initial value:= {
.class_name = "segment muxer",
}
static const AVOption options[]
Definition at line 256 of file segment.c.