Commit 131e08a1 authored by aurel's avatar aurel

cosmetic: fix indentation after previous commit


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@6987 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent f75252d3
......@@ -307,9 +307,9 @@ static int avi_read_header(AVFormatContext *s, AVFormatParameters *ap)
av_freep(&s->streams[0]);
s->nb_streams = 0;
if (ENABLE_DV_DEMUXER) {
avi->dv_demux = dv_init_demux(s);
if (!avi->dv_demux)
goto fail;
avi->dv_demux = dv_init_demux(s);
if (!avi->dv_demux)
goto fail;
}
s->streams[0]->priv_data = ast;
url_fskip(pb, 3 * 4);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment