From 9e6acc7884ee58e59bd63f681cf8fe2ee5cebfba Mon Sep 17 00:00:00 2001 From: Martin Storsjö Date: Fri, 8 Oct 2010 08:50:29 +0000 Subject: rtsp: Remove the start_time field from RTSPState, use AVFormatContext->start_time_realtime instead Originally committed as revision 25408 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/rtsp.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'libavformat/rtsp.h') diff --git a/libavformat/rtsp.h b/libavformat/rtsp.h index 3d2c67818e..3e426a07b7 100644 --- a/libavformat/rtsp.h +++ b/libavformat/rtsp.h @@ -295,9 +295,6 @@ typedef struct RTSPState { * other cases, this is a copy of AVFormatContext->filename. */ char control_uri[1024]; - /** The synchronized start time of the output streams. */ - int64_t start_time; - /** Additional output handle, used when input and output are done * separately, eg for HTTP tunneling. */ URLContext *rtsp_hd_out; -- cgit v1.2.3