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/avformat.h | |
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/avformat.h')
-rw-r--r-- | libavformat/avformat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h index 997756b539..239acf6e81 100644 --- a/libavformat/avformat.h +++ b/libavformat/avformat.h @@ -441,7 +441,7 @@ int ff_wav_init(void); /* raw.c */ int pcm_read_seek(AVFormatContext *s, - int stream_index, int64_t timestamp); + int stream_index, int64_t timestamp, int flags); int raw_init(void); /* mp3.c */ |