Revision 66e5b1df libavformat/txd.c
libavformat/txd.c | ||
---|---|---|
61 | 61 |
chunk_size = avio_rl32(pb); |
62 | 62 |
marker = avio_rl32(pb); |
63 | 63 |
|
64 |
if (url_feof(s->pb))
|
|
64 |
if (s->pb->eof_reached)
|
|
65 | 65 |
return AVERROR_EOF; |
66 | 66 |
if (marker != TXD_MARKER && marker != TXD_MARKER2) { |
67 | 67 |
av_log(s, AV_LOG_ERROR, "marker does not match\n"); |
Also available in: Unified diff