Commit 38ca53da authored by Aurelien Jacobs's avatar Aurelien Jacobs

cosmetic: fix indentation after previous commit

Originally committed as revision 6987 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent a2a6332b
......@@ -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