#include "libavutil/eval.h"
#include "avfilter.h"
#include "audio.h"
#include "internal.h"
Go to the source code of this file.
Definition in file af_astreamsync.c.
| #define QUEUE_SIZE 16 |
Definition at line 31 of file af_astreamsync.c.
| enum var_name |
Definition at line 40 of file af_astreamsync.c.
| static int config_output | ( | AVFilterLink * | outlink | ) | [static] |
Definition at line 97 of file af_astreamsync.c.
| static void filter_samples | ( | AVFilterLink * | inlink, | |
| AVFilterBufferRef * | insamples | |||
| ) | [static] |
Definition at line 165 of file af_astreamsync.c.
| static av_cold int init | ( | AVFilterContext * | ctx, | |
| const char * | args0, | |||
| void * | opaque | |||
| ) | [static] |
Definition at line 63 of file af_astreamsync.c.
| static int query_formats | ( | AVFilterContext * | ctx | ) | [static] |
Definition at line 80 of file af_astreamsync.c.
| static int request_frame | ( | AVFilterLink * | outlink | ) | [static] |
Definition at line 145 of file af_astreamsync.c.
| static void send_next | ( | AVFilterContext * | ctx | ) | [static] |
Definition at line 128 of file af_astreamsync.c.
Referenced by filter_samples(), and request_frame().
| static void send_out | ( | AVFilterContext * | ctx, | |
| int | out_id | |||
| ) | [static] |
Definition at line 177 of file af_astreamsync.c.
const char* default_expr = "t1-t2" [static] |
const char* const var_names[] [static] |
Initial value:
{
"b1", "b2",
"s1", "s2",
"t1", "t2",
NULL
}
Definition at line 33 of file af_astreamsync.c.
Referenced by config_input(), config_input_overlay(), config_output_props(), config_props(), init(), and modplug_read_header().
1.5.8