Revision 66e5b1df libavformat/daud.c
libavformat/daud.c | ||
---|---|---|
38 | 38 |
static int daud_packet(AVFormatContext *s, AVPacket *pkt) { |
39 | 39 |
AVIOContext *pb = s->pb; |
40 | 40 |
int ret, size; |
41 |
if (url_feof(pb))
|
|
41 |
if (pb->eof_reached)
|
|
42 | 42 |
return AVERROR(EIO); |
43 | 43 |
size = avio_rb16(pb); |
44 | 44 |
avio_rb16(pb); // unknown |
Also available in: Unified diff