#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 100 of file af_astreamsync.c.
| static int filter_samples | ( | AVFilterLink * | inlink, | |
| AVFilterBufferRef * | insamples | |||
| ) | [static] |
Definition at line 170 of file af_astreamsync.c.
| static av_cold int init | ( | AVFilterContext * | ctx, | |
| const char * | args0 | |||
| ) | [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 150 of file af_astreamsync.c.
| static void send_next | ( | AVFilterContext * | ctx | ) | [static] |
Definition at line 133 of file af_astreamsync.c.
Referenced by filter_samples(), and request_frame().
| static int send_out | ( | AVFilterContext * | ctx, | |
| int | out_id | |||
| ) | [static] |
Definition at line 183 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