bytestream2_get_eof   60 libavcodec/prosumer.c         if (bytestream2_get_bytes_left_p(pb) <= 0 || bytestream2_get_eof(pb))
bytestream2_get_eof  691 libavcodec/tiff.c         if (bytestream2_get_bytes_left(&s->gb) == 0 || bytestream2_get_eof(&pb))
bytestream2_get_eof 2805 libavcodec/wavpackenc.c     av_assert0(!bytestream2_get_eof(&pb));