projects
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e145ce2
)
Reindent after r14059, see "[PATCH] allow empty params for
author
Ronald S. Bultje
<rsbultje@gmail.com>
Thu, 3 Jul 2008 12:12:03 +0000
(12:12 +0000)
committer
Ronald S. Bultje
<rsbultje@gmail.com>
Thu, 3 Jul 2008 12:12:03 +0000
(12:12 +0000)
av_open_input_stream()".
Originally committed as revision 14060 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/utils.c
patch
|
blob
|
blame
|
history
diff --git
a/libavformat/utils.c
b/libavformat/utils.c
index
794baba
..
affb912
100644
(file)
--- a/
libavformat/utils.c
+++ b/
libavformat/utils.c
@@
-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)