#include <float.h>
#include <math.h>
#include <stdint.h>
#include "config.h"
#include "libavutil/avassert.h"
#include "libavutil/channel_layout.h"
#include "libavutil/common.h"
#include "libavutil/log.h"
#include "libavutil/mathematics.h"
#include "libavutil/opt.h"
#include "libavutil/samplefmt.h"
#include "audio.h"
#include "avfilter.h"
#include "internal.h"
Go to the source code of this file.
Value:{ "starti", "Timestamp of the first frame that " \
{ "endi", "Timestamp of the first frame that " \
{ "start_pts", "Timestamp of the first frame that should be " \
{ "end_pts", "Timestamp of the first frame that should be " \
static int64_t start_time
#define AV_NOPTS_VALUE
Undefined timestamp value.
Definition at line 124 of file trim.c.
Value:{ "start", "Timestamp in seconds of the first frame that " \
{ "end", "Timestamp in seconds of the first frame that " \
Definition at line 135 of file trim.c.