diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2015-02-24 22:03:53 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2015-02-24 22:03:57 +0100 |
commit | eb24186b457b6b4e77b5d8ebf10a6654eebc2599 (patch) | |
tree | 4bf106b7a40870e783c3484ebff036383e6c32fd | |
parent | 30c863fdfabed6e48575dda73f5418b593d3c03b (diff) | |
parent | 74d318f138f2a3f1b2fe81aea826d80d1e60f54c (diff) | |
download | ffmpeg-eb24186b457b6b4e77b5d8ebf10a6654eebc2599.tar.gz |
Merge commit '74d318f138f2a3f1b2fe81aea826d80d1e60f54c'
* commit '74d318f138f2a3f1b2fe81aea826d80d1e60f54c':
rtsp: Fix the indentation of a linewrapped statement
Merged-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | libavformat/rtsp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/rtsp.c b/libavformat/rtsp.c index e7dc3dd959..8999f5736c 100644 --- a/libavformat/rtsp.c +++ b/libavformat/rtsp.c @@ -328,7 +328,7 @@ static void parse_fmtp(AVFormatContext *s, RTSPState *rt, rtsp_st->dynamic_handler && rtsp_st->dynamic_handler->parse_sdp_a_line) { rtsp_st->dynamic_handler->parse_sdp_a_line(s, i, - rtsp_st->dynamic_protocol_context, line); + rtsp_st->dynamic_protocol_context, line); } } } |