summaryrefslogtreecommitdiff
path: root/libavformat/mov.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2004-10-11 23:53:53 +0000
committerMichael Niedermayer <michaelni@gmx.at>2004-10-11 23:53:53 +0000
commit7b3c1382bf46615e3faea72b62b6dab83e4142a7 (patch)
tree0a31847fbc7101c59d4cf309abed68b3fda59d2b /libavformat/mov.c
parentb1d041c15c6b45cde682f4dfd12d15a0709da399 (diff)
100l (forgoten seeking functions)
Originally committed as revision 3585 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/mov.c')
-rw-r--r--libavformat/mov.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/mov.c b/libavformat/mov.c
index e82e2f109c..b0f4b8bf6b 100644
--- a/libavformat/mov.c
+++ b/libavformat/mov.c
@@ -1846,7 +1846,7 @@ readchunk:
/**
* Seek method based on the one described in the Appendix C of QTFileFormat.pdf
*/
-static int mov_read_seek(AVFormatContext *s, int stream_index, int64_t timestamp)
+static int mov_read_seek(AVFormatContext *s, int stream_index, int64_t timestamp, int flags)
{
MOVContext* mov = (MOVContext *) s->priv_data;
MOVStreamContext* sc;