From 56ea717b46c0ecc65b2e3dac10532e2578fc3408 Mon Sep 17 00:00:00 2001 From: Baptiste Coudurier Date: Mon, 11 Feb 2008 14:10:52 +0000 Subject: indentation Originally committed as revision 11905 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/mov.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'libavformat/mov.c') diff --git a/libavformat/mov.c b/libavformat/mov.c index d0a315757d..e3749ef573 100644 --- a/libavformat/mov.c +++ b/libavformat/mov.c @@ -1539,13 +1539,13 @@ static int mov_read_packet(AVFormatContext *s, AVPacket *pkt) 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; -- cgit v1.2.3