Home
last modified time | relevance | path

Searched refs:swr_drop_output (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libswresample/
Dswresample.h495 int swr_drop_output(struct SwrContext *s, int count);
Dswresample.c916 int swr_drop_output(struct SwrContext *s, int count){ in swr_drop_output() function
1022 else ret = swr_drop_output (s, -delta / s-> in_sample_rate); in swr_next_pts()