Mercurial > libavformat.hg
diff avidec.c @ 558:89bd76208427 libavformat
100l (forgoten seeking functions)
| author | michael |
|---|---|
| date | Mon, 11 Oct 2004 23:53:53 +0000 |
| parents | 3846c006af2b |
| children | bf3231dd1d7c |
line wrap: on
line diff
--- a/avidec.c Mon Oct 11 19:42:18 2004 +0000 +++ b/avidec.c Mon Oct 11 23:53:53 2004 +0000 @@ -649,7 +649,7 @@ 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;
