[MPlayer-cvslog] r32030 - trunk/mpcommon.c

reimar subversion at mplayerhq.hu
Sun Aug 29 08:33:29 CEST 2010


Author: reimar
Date: Sun Aug 29 08:33:29 2010
New Revision: 32030

Log:
Fix indentation.

Modified:
   trunk/mpcommon.c

Modified: trunk/mpcommon.c
==============================================================================
--- trunk/mpcommon.c	Sun Aug 29 08:06:28 2010	(r32029)
+++ trunk/mpcommon.c	Sun Aug 29 08:33:29 2010	(r32030)
@@ -228,9 +228,9 @@ void update_subtitles(sh_video_t *sh_vid
                     if (len > 10 && memcmp(packet, "Dialogue: ", 10) == 0)
                         ass_process_data(ass_track, packet, len);
                     else
-                    ass_process_chunk(ass_track, packet, len,
-                                      (long long)(subpts*1000 + 0.5),
-                                      (long long)((endpts-subpts)*1000 + 0.5));
+                        ass_process_chunk(ass_track, packet, len,
+                                          (long long)(subpts*1000 + 0.5),
+                                          (long long)((endpts-subpts)*1000 + 0.5));
                 } else { // plaintext subs with libass
                     if (subpts != MP_NOPTS_VALUE) {
                         subtitle tmp_subs = {0};


More information about the MPlayer-cvslog mailing list