summaryrefslogtreecommitdiff
path: root/libavformat/rtsp.h
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2010-10-08 08:50:29 +0000
committerMartin Storsjö <martin@martin.st>2010-10-08 08:50:29 +0000
commit9e6acc7884ee58e59bd63f681cf8fe2ee5cebfba (patch)
tree46e057aaebf8c025c529515449017f8bafed4e69 /libavformat/rtsp.h
parentf6833fc1c68f119d266075dcfd729ff4440ac864 (diff)
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
Diffstat (limited to 'libavformat/rtsp.h')
-rw-r--r--libavformat/rtsp.h3
1 files changed, 0 insertions, 3 deletions
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;