changeset 31948:436e56c6da9b

Fix indentation.
author reimar
date Sun, 29 Aug 2010 06:33:29 +0000
parents 10327ff5eb4a
children fc0217dee42c
files mpcommon.c
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/mpcommon.c	Sun Aug 29 06:06:28 2010 +0000
+++ b/mpcommon.c	Sun Aug 29 06:33:29 2010 +0000
@@ -228,9 +228,9 @@
                     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};