Revision 66e5b1df libavformat/mpegts.c
libavformat/mpegts.c | ||
---|---|---|
1329 | 1329 |
|
1330 | 1330 |
for(i = 0;i < MAX_RESYNC_SIZE; i++) { |
1331 | 1331 |
c = avio_r8(pb); |
1332 |
if (url_feof(pb))
|
|
1332 |
if (pb->eof_reached)
|
|
1333 | 1333 |
return -1; |
1334 | 1334 |
if (c == 0x47) { |
1335 | 1335 |
avio_seek(pb, -1, SEEK_CUR); |
Also available in: Unified diff