From ff16f551cfb8fd36ba505f7bc08d04866fa856cb Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Fri, 9 Jan 2009 23:36:39 +0000 Subject: Reindent after r16509. Originally committed as revision 16510 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/rtsp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavformat/rtsp.c b/libavformat/rtsp.c index e4d3128556..1bccd28735 100644 --- a/libavformat/rtsp.c +++ b/libavformat/rtsp.c @@ -446,8 +446,8 @@ static void sdp_parse_line(AVFormatContext *s, SDPParseState *s1, get_word(buf1, sizeof(buf1), &p); payload_type = atoi(buf1); st = s->streams[s->nb_streams - 1]; - rtsp_st = st->priv_data; - sdp_parse_rtpmap(st->codec, rtsp_st, payload_type, p); + rtsp_st = st->priv_data; + sdp_parse_rtpmap(st->codec, rtsp_st, payload_type, p); } else if (av_strstart(p, "fmtp:", &p)) { /* NOTE: fmtp is only supported AFTER the 'a=rtpmap:xxx' tag */ get_word(buf1, sizeof(buf1), &p); -- cgit v1.2.3