Revision 66e5b1df libavformat/dv.c
libavformat/dv.c | ||
---|---|---|
412 | 412 |
|
413 | 413 |
state = avio_rb32(s->pb); |
414 | 414 |
while ((state & 0xffffff7f) != 0x1f07003f) { |
415 |
if (url_feof(s->pb)) {
|
|
415 |
if (s->pb->eof_reached) {
|
|
416 | 416 |
av_log(s, AV_LOG_ERROR, "Cannot find DV header.\n"); |
417 | 417 |
return -1; |
418 | 418 |
} |
Also available in: Unified diff