mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-24 03:39:45 +00:00
cosmetic: fix indentation after previous commit
Originally committed as revision 6987 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
a2a6332b56
commit
38ca53dae9
@ -307,9 +307,9 @@ static int avi_read_header(AVFormatContext *s, AVFormatParameters *ap)
|
||||
av_freep(&s->streams[0]);
|
||||
s->nb_streams = 0;
|
||||
if (ENABLE_DV_DEMUXER) {
|
||||
avi->dv_demux = dv_init_demux(s);
|
||||
if (!avi->dv_demux)
|
||||
goto fail;
|
||||
avi->dv_demux = dv_init_demux(s);
|
||||
if (!avi->dv_demux)
|
||||
goto fail;
|
||||
}
|
||||
s->streams[0]->priv_data = ast;
|
||||
url_fskip(pb, 3 * 4);
|
||||
|
Loading…
Reference in New Issue
Block a user