From b075e5205915a5ffcbcb5452b8586c11351f0758 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Wed, 19 Dec 2007 21:11:08 +0000 Subject: Make recently added and still unused read_seek functions return offset_t. Originally committed as revision 11274 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/avio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/avio.c') diff --git a/libavformat/avio.c b/libavformat/avio.c index 8466cd5ee8..b39f80a5f4 100644 --- a/libavformat/avio.c +++ b/libavformat/avio.c @@ -199,7 +199,7 @@ int av_url_read_pause(URLContext *h, int pause) return h->prot->url_read_pause(h, pause); } -int av_url_read_seek(URLContext *h, +offset_t av_url_read_seek(URLContext *h, int stream_index, int64_t timestamp, int flags) { if (!h->prot->url_read_seek) -- cgit v1.2.3