You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
cosmetic: fix indentation after previous commit
Originally committed as revision 6987 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -307,9 +307,9 @@ static int avi_read_header(AVFormatContext *s, AVFormatParameters *ap)
|
|||||||
av_freep(&s->streams[0]);
|
av_freep(&s->streams[0]);
|
||||||
s->nb_streams = 0;
|
s->nb_streams = 0;
|
||||||
if (ENABLE_DV_DEMUXER) {
|
if (ENABLE_DV_DEMUXER) {
|
||||||
avi->dv_demux = dv_init_demux(s);
|
avi->dv_demux = dv_init_demux(s);
|
||||||
if (!avi->dv_demux)
|
if (!avi->dv_demux)
|
||||||
goto fail;
|
goto fail;
|
||||||
}
|
}
|
||||||
s->streams[0]->priv_data = ast;
|
s->streams[0]->priv_data = ast;
|
||||||
url_fskip(pb, 3 * 4);
|
url_fskip(pb, 3 * 4);
|
||||||
|
Reference in New Issue
Block a user