Home
last modified time | relevance | path

Searched refs:avio_pause (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavformat/
Davio.h824 int avio_pause(AVIOContext *h, int pause);
Daviobuf.c1224 int avio_pause(AVIOContext *s, int pause) in avio_pause() function
Dutils.c4339 return avio_pause(s->pb, 0);
4348 return avio_pause(s->pb, 1);
/third_party/ffmpeg/doc/
DAPIchanges2618 9891004 / ff1ec0c add avio_pause and avio_seek_time as replacements