Commit 77585b53 authored by rbultje's avatar rbultje

Reindent after r14059, see "[PATCH] allow empty params for

av_open_input_stream()".



git-svn-id: file:///var/local/repositories/ffmpeg/trunk@14060 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 54066a24
......@@ -395,9 +395,9 @@ int av_open_input_stream(AVFormatContext **ic_ptr,
}
if (ic->iformat->read_header) {
err = ic->iformat->read_header(ic, ap);
if (err < 0)
goto fail;
err = ic->iformat->read_header(ic, ap);
if (err < 0)
goto fail;
}
if (pb && !ic->data_offset)
......
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