| FFmpeg
    4.0
    | 
#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.
| Data Structures | |
| struct | TrimContext | 
| Macros | |
| #define | OFFSET(x) offsetof(TrimContext, x) | 
| #define | COMMON_OPTS | 
| Functions | |
| static av_cold int | init (AVFilterContext *ctx) | 
| static int | config_input (AVFilterLink *inlink) | 
| #define OFFSET | ( | x | ) | offsetof(TrimContext, x) | 
| #define COMMON_OPTS | 
| 
 | static | 
| 
 | static | 
 1.8.13
 1.8.13