diff --git a/libavformat/rtspdec.c b/libavformat/rtspdec.c index a7a7e2d0457c8411e51b5a902ca50412b01f3a23..eb7de3b663861709b8bbeed8489077c9a16072f8 100644 --- a/libavformat/rtspdec.c +++ b/libavformat/rtspdec.c @@ -76,9 +76,9 @@ static int rtsp_read_play(AVFormatContext *s) if (!rtpctx || rtsp_st->stream_index < 0) continue; st = s->streams[rtsp_st->stream_index]; - rtpctx->range_start_offset = - av_rescale_q(reply->range_start, AV_TIME_BASE_Q, - st->time_base); + rtpctx->range_start_offset = + av_rescale_q(reply->range_start, AV_TIME_BASE_Q, + st->time_base); } } }