[FFmpeg-cvslog] r14060 - trunk/libavformat/utils.c
rbultje
subversion
Thu Jul 3 14:12:03 CEST 2008
Author: rbultje
Date: Thu Jul 3 14:12:03 2008
New Revision: 14060
Log:
Reindent after r14059, see "[PATCH] allow empty params for
av_open_input_stream()".
Modified:
trunk/libavformat/utils.c
Modified: trunk/libavformat/utils.c
==============================================================================
--- trunk/libavformat/utils.c (original)
+++ trunk/libavformat/utils.c Thu Jul 3 14:12:03 2008
@@ -395,9 +395,9 @@ int av_open_input_stream(AVFormatContext
}
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)
More information about the ffmpeg-cvslog
mailing list