summaryrefslogtreecommitdiff
path: root/libavformat/avformat.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r--libavformat/avformat.h2
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 */