changeset 2015:a698d9aa78f2 libavformat

cosmetics: indentation
author aurel
date Tue, 10 Apr 2007 11:27:24 +0000
parents de75a5a81f28
children 0bd30777841f
files matroska.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/matroska.c	Mon Apr 09 17:03:20 2007 +0000
+++ b/matroska.c	Tue Apr 10 11:27:24 2007 +0000
@@ -2566,7 +2566,7 @@
                 pkt->pos = pos;
                 pkt->duration = duration;
 
-                    matroska_queue_packet(matroska, pkt);
+                matroska_queue_packet(matroska, pkt);
 
                 if (timecode != AV_NOPTS_VALUE)
                     timecode = duration ? timecode + duration : AV_NOPTS_VALUE;