avio: make av_url_read_fseek/fpause internal.
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
This commit is contained in:
committed by
Ronald S. Bultje
parent
f44d6445b7
commit
933e90a69a
@@ -66,4 +66,9 @@ uint64_t ffio_read_varlen(AVIOContext *bc);
|
||||
/** @warning must be called before any I/O */
|
||||
int ffio_set_buf_size(AVIOContext *s, int buf_size);
|
||||
|
||||
int ffio_read_pause(AVIOContext *h, int pause);
|
||||
int64_t ffio_read_seek( AVIOContext *h, int stream_index,
|
||||
int64_t timestamp, int flags);
|
||||
|
||||
|
||||
#endif // AVFORMAT_AVIO_INTERNAL_H
|
||||
|
Reference in New Issue
Block a user