Revision 66e5b1df libavformat/iff.c
libavformat/iff.c | ||
---|---|---|
138 | 138 |
// codec_tag used by ByteRun1 decoder to distinguish progressive (PBM) and interlaced (ILBM) content |
139 | 139 |
st->codec->codec_tag = avio_rl32(pb); |
140 | 140 |
|
141 |
while(!url_feof(pb)) {
|
|
141 |
while(!pb->eof_reached) {
|
|
142 | 142 |
uint64_t orig_pos; |
143 | 143 |
int res; |
144 | 144 |
const char *metadata_tag = NULL; |
Also available in: Unified diff