Reindent after r14059, see "[PATCH] allow empty params for
av_open_input_stream()". Originally committed as revision 14060 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
e145ce2027
commit
1e2802c5cf
@ -395,9 +395,9 @@ int av_open_input_stream(AVFormatContext **ic_ptr,
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (ic->iformat->read_header) {
|
if (ic->iformat->read_header) {
|
||||||
err = ic->iformat->read_header(ic, ap);
|
err = ic->iformat->read_header(ic, ap);
|
||||||
if (err < 0)
|
if (err < 0)
|
||||||
goto fail;
|
goto fail;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (pb && !ic->data_offset)
|
if (pb && !ic->data_offset)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user