|
FFmpeg
|
Change the PTS/DTS timestamps. More...
#include "libavutil/opt.h"#include "libavutil/eval.h"#include "libavcodec/bsf.h"#include "libavcodec/bsf_internal.h"Go to the source code of this file.
Data Structures | |
| struct | SetTSContext |
Macros | |
| #define | PRESCALED(x) |
| #define | OFFSET(x) |
| #define | FLAGS (AV_OPT_FLAG_VIDEO_PARAM|AV_OPT_FLAG_AUDIO_PARAM|AV_OPT_FLAG_SUBTITLE_PARAM|AV_OPT_FLAG_BSF_PARAM) |
Enumerations | |
| enum | var_name { VAR_N , VAR_TS , VAR_POS , VAR_PREV_INPTS , VAR_PREV_INDTS , VAR_PREV_INDUR , VAR_PREV_OUTPTS , VAR_PREV_OUTDTS , VAR_PREV_OUTDUR , VAR_NEXT_PTS , VAR_NEXT_DTS , VAR_NEXT_DUR , VAR_PTS , VAR_DTS , VAR_DURATION , VAR_STARTPTS , VAR_STARTDTS , VAR_TB , VAR_TB_OUT , VAR_SR , VAR_NOPTS , VAR_VARS_NB } |
Functions | |
| static int | setts_init (AVBSFContext *ctx) |
| static int | setts_filter (AVBSFContext *ctx, AVPacket *pkt) |
| static void | setts_close (AVBSFContext *bsf) |
Variables | |
| static const char *const | var_names [] |
| static const AVOption | options [] |
| static const AVClass | setts_class |
| const FFBitStreamFilter | ff_setts_bsf |
Change the PTS/DTS timestamps.
Definition in file setts.c.
| #define PRESCALED | ( | x | ) |
Definition at line 171 of file setts.c.
Referenced by setts_filter().
| #define OFFSET | ( | x | ) |
| enum var_name |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
| const FFBitStreamFilter ff_setts_bsf |