diff avformat.h @ 558:89bd76208427 libavformat

100l (forgoten seeking functions)
author michael
date Mon, 11 Oct 2004 23:53:53 +0000
parents 0a997108f384
children 485a529adaee
line wrap: on
line diff
--- a/avformat.h	Mon Oct 11 19:42:18 2004 +0000
+++ b/avformat.h	Mon Oct 11 23:53:53 2004 +0000
@@ -441,7 +441,7 @@
 
 /* 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 */