Revision 45a8a02a libavformat/pva.c
libavformat/pva.c | ||
---|---|---|
122 | 122 |
if (pes_signal != 1) { |
123 | 123 |
pva_log(s, AV_LOG_WARNING, "expected signaled PES packet, " |
124 | 124 |
"trying to recover\n"); |
125 |
avio_seek(pb, length - 9, SEEK_CUR);
|
|
125 |
avio_skip(pb, length - 9);
|
|
126 | 126 |
if (!read_packet) |
127 | 127 |
return AVERROR(EIO); |
128 | 128 |
goto recover; |
Also available in: Unified diff