diff rtsp.c @ 558:89bd76208427 libavformat

100l (forgoten seeking functions)
author michael
date Mon, 11 Oct 2004 23:53:53 +0000
parents 056991ab9f10
children fe24632a577b
line wrap: on
line diff
--- a/rtsp.c	Mon Oct 11 19:42:18 2004 +0000
+++ b/rtsp.c	Mon Oct 11 23:53:53 2004 +0000
@@ -1111,7 +1111,7 @@
 }
 
 static int rtsp_read_seek(AVFormatContext *s, int stream_index, 
-                          int64_t timestamp)
+                          int64_t timestamp, int flags)
 {
     RTSPState *rt = s->priv_data;