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/rtsp.c | |
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/rtsp.c')
-rw-r--r-- | libavformat/rtsp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/rtsp.c b/libavformat/rtsp.c index 6037f9035e..af898ba217 100644 --- a/libavformat/rtsp.c +++ b/libavformat/rtsp.c @@ -1111,7 +1111,7 @@ static int rtsp_read_pause(AVFormatContext *s) } static int rtsp_read_seek(AVFormatContext *s, int stream_index, - int64_t timestamp) + int64_t timestamp, int flags) { RTSPState *rt = s->priv_data; |