changeset 3027:8ba21013bcbf libavformat

indentation
author bcoudurier
date Mon, 11 Feb 2008 14:10:52 +0000
parents 6acb70995546
children 8ab0d506d8ff
files mov.c
diffstat 1 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/mov.c	Mon Feb 11 14:10:29 2008 +0000
+++ b/mov.c	Mon Feb 11 14:10:52 2008 +0000
@@ -1539,13 +1539,13 @@
                sc->ffindex, sample->pos);
         return -1;
     }
-        av_get_packet(s->pb, pkt, sample->size);
+    av_get_packet(s->pb, pkt, sample->size);
 #ifdef CONFIG_DV_DEMUXER
-        if (mov->dv_demux && sc->dv_audio_container) {
-            dv_produce_packet(mov->dv_demux, pkt, pkt->data, pkt->size);
-            av_free(pkt->data);
-            dv_get_packet(mov->dv_demux, pkt);
-        }
+    if (mov->dv_demux && sc->dv_audio_container) {
+        dv_produce_packet(mov->dv_demux, pkt, pkt->data, pkt->size);
+        av_free(pkt->data);
+        dv_get_packet(mov->dv_demux, pkt);
+    }
 #endif
     pkt->stream_index = sc->ffindex;
     pkt->dts = sample->timestamp;