summaryrefslogtreecommitdiff
path: root/libavformat/rtsp.c
diff options
context:
space:
mode:
authorRyan Martell <rdm4@martellventures.com>2006-10-27 17:51:20 +0000
committerGuillaume Poirier <gpoirier@mplayerhq.hu>2006-10-27 17:51:20 +0000
commited78754216ffe657c6f5e4b71aa41afd2e5ec523 (patch)
tree9e749bd561fd4e264d8fcc5d8bf43d896fd1a719 /libavformat/rtsp.c
parent85b4eb08ccf03edb01b2b9cee11c27717be140b8 (diff)
indentation fix, patch by Ryan Martell % rdm4 A martellventures P com %
Original thread: Date: Oct 27, 2006 6:17 AM Subject: Re: [Ffmpeg-devel] RTP patches & RFC Originally committed as revision 6804 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/rtsp.c')
-rw-r--r--libavformat/rtsp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/rtsp.c b/libavformat/rtsp.c
index c9ba8a064b..d340819bdf 100644
--- a/libavformat/rtsp.c
+++ b/libavformat/rtsp.c
@@ -467,7 +467,7 @@ static void sdp_parse_line(AVFormatContext *s, SDPParseState *s1,
sdp_parse_fmtp(st, p);
}
} else {
- sdp_parse_fmtp(st, p);
+ sdp_parse_fmtp(st, p);
}
}
}