[FFmpeg-cvslog] r26235 - trunk/libavformat/rtspdec.c

mstorsjo subversion
Wed Jan 5 22:23:12 CET 2011


Author: mstorsjo
Date: Wed Jan  5 22:23:12 2011
New Revision: 26235

Log:
Reindent

Modified:
   trunk/libavformat/rtspdec.c

Modified: trunk/libavformat/rtspdec.c
==============================================================================
--- trunk/libavformat/rtspdec.c	Wed Jan  5 22:22:50 2011	(r26234)
+++ trunk/libavformat/rtspdec.c	Wed Jan  5 22:23:12 2011	(r26235)
@@ -76,9 +76,9 @@ static int rtsp_read_play(AVFormatContex
                 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);
             }
         }
     }



More information about the ffmpeg-cvslog mailing list