Searched refs:ret_done (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/tools/ | ||
H A D | decode_simple.c | 37 const int ret_done = flush ? AVERROR_EOF : AVERROR(EAGAIN); in decode_read() local 50 return (ret == ret_done) ? 0 : ret; in decode_read() |
Completed in 2 milliseconds