Revision 66e5b1df libavformat/tmv.c
libavformat/tmv.c | ||
---|---|---|
146 | 146 |
int ret, pkt_size = tmv->stream_index ? |
147 | 147 |
tmv->audio_chunk_size : tmv->video_chunk_size; |
148 | 148 |
|
149 |
if (url_feof(pb))
|
|
149 |
if (pb->eof_reached)
|
|
150 | 150 |
return AVERROR_EOF; |
151 | 151 |
|
152 | 152 |
ret = av_get_packet(pb, pkt, pkt_size); |
Also available in: Unified diff