diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2004-10-11 23:53:53 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2004-10-11 23:53:53 +0000 |
commit | 7b3c1382bf46615e3faea72b62b6dab83e4142a7 (patch) | |
tree | 0a31847fbc7101c59d4cf309abed68b3fda59d2b /libavformat/avidec.c | |
parent | b1d041c15c6b45cde682f4dfd12d15a0709da399 (diff) | |
download | ffmpeg-7b3c1382bf46615e3faea72b62b6dab83e4142a7.tar.gz |
100l (forgoten seeking functions)
Originally committed as revision 3585 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/avidec.c')
-rw-r--r-- | libavformat/avidec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/avidec.c b/libavformat/avidec.c index 156b255ec1..774d55f089 100644 --- a/libavformat/avidec.c +++ b/libavformat/avidec.c @@ -649,7 +649,7 @@ static int locate_frame_in_index(AVIIndexEntry *entries, return m; } -static int avi_read_seek(AVFormatContext *s, int stream_index, int64_t timestamp) +static int avi_read_seek(AVFormatContext *s, int stream_index, int64_t timestamp, int flags) { AVIContext *avi = s->priv_data; AVStream *st; |