Home
last modified time | relevance | path

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

/third_party/ffmpeg/tools/
Dtrasher.c33 static void checked_seek(FILE *stream, int64_t offset, int whence) in checked_seek() function
61 checked_seek(f, 0, SEEK_END); in main()
63 checked_seek(f, 0, SEEK_SET); in main()
68 checked_seek(f, pos, SEEK_SET); in main()