changeset 2390:de8377107b07 libavformat

cosmetic: indentation
author aurel
date Thu, 16 Aug 2007 22:04:38 +0000
parents cde14f83579b
children 2298213e3016
files matroskadec.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/matroskadec.c	Thu Aug 16 22:01:54 2007 +0000
+++ b/matroskadec.c	Thu Aug 16 22:04:38 2007 +0000
@@ -1100,7 +1100,7 @@
                                                        &num)) < 0)
                                 break;
                             if (!track->default_duration)
-                            track->default_duration = 1000000000/num;
+                                track->default_duration = 1000000000/num;
                             break;
                         }