Revision 66e5b1df libavformat/4xm.c
libavformat/4xm.c | ||
---|---|---|
259 | 259 |
return ret; |
260 | 260 |
fourcc_tag = AV_RL32(&header[0]); |
261 | 261 |
size = AV_RL32(&header[4]); |
262 |
if (url_feof(pb))
|
|
262 |
if (pb->eof_reached)
|
|
263 | 263 |
return AVERROR(EIO); |
264 | 264 |
switch (fourcc_tag) { |
265 | 265 |
|
Also available in: Unified diff