AVERROR_EOF       218 applications/dashcast/audio_decoder.c 					ret = AVERROR_EOF;
AVERROR_EOF       231 applications/dashcast/audio_decoder.c 		if (ret == AVERROR_EOF) {
AVERROR_EOF       236 applications/dashcast/video_decoder.c 		if (video_input_file->av_fmt_ctx_ref_cnt && ((packet.stream_index != video_input_file->vstream_idx) || (ret == AVERROR_EOF))) {
AVERROR_EOF       238 applications/dashcast/video_decoder.c 			if (ret != AVERROR_EOF) {
AVERROR_EOF       249 applications/dashcast/video_decoder.c 			if (ret != AVERROR_EOF) {
AVERROR_EOF       254 applications/dashcast/video_decoder.c 		if (ret == AVERROR_EOF) {