summaryrefslogtreecommitdiffstats
path: root/stream/stream_rtsp.c
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-05-27 20:38:25 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-05-27 20:38:25 +0000
commit5e71e43bb59d497d6db7312bc41c2b244a83d621 (patch)
tree551c246ed54fc0aae7013af9e0c7e98810f785c3 /stream/stream_rtsp.c
parent069f0d026c16403fda300ee7db62027fc1be1739 (diff)
downloadmpv-5e71e43bb59d497d6db7312bc41c2b244a83d621.tar.bz2
mpv-5e71e43bb59d497d6db7312bc41c2b244a83d621.tar.xz
Drop pointless _st suffix from 'struct stream'.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31237 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream/stream_rtsp.c')
-rw-r--r--stream/stream_rtsp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/stream_rtsp.c b/stream/stream_rtsp.c
index 336db6144c..e02255e531 100644
--- a/stream/stream_rtsp.c
+++ b/stream/stream_rtsp.c
@@ -130,7 +130,7 @@ rtsp_streaming_start (stream_t *stream)
}
static void
-rtsp_streaming_close (struct stream_st *s)
+rtsp_streaming_close (struct stream *s)
{
rtsp_session_t *rtsp = NULL;