Revision f8bc86d4 libavformat/utils.c
libavformat/utils.c | ||
---|---|---|
19 | 19 |
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
20 | 20 |
*/ |
21 | 21 |
#include "avformat.h" |
22 |
#include "avio_internal.h" |
|
22 | 23 |
#include "internal.h" |
23 | 24 |
#include "libavcodec/internal.h" |
24 | 25 |
#include "libavutil/opt.h" |
... | ... | |
585 | 586 |
} |
586 | 587 |
|
587 | 588 |
/* rewind. reuse probe buffer to avoid seeking */ |
588 |
if ((ret = ff_rewind_with_probe_data(pb, buf, pd.buf_size)) < 0) |
|
589 |
if ((ret = ffio_rewind_with_probe_data(pb, buf, pd.buf_size)) < 0)
|
|
589 | 590 |
av_free(buf); |
590 | 591 |
|
591 | 592 |
return ret; |
Also available in: Unified diff