mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-23 23:21:06 +01:00
Cosmetics: reindent
Originally committed as revision 23126 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
c937454d89
commit
e3d7269fc8
1 changed files with 2 additions and 2 deletions
|
|
@ -306,9 +306,9 @@ int main(int argc, char *argv[])
|
|||
|
||||
error_out:
|
||||
if (infile)
|
||||
fclose(infile);
|
||||
fclose(infile);
|
||||
if (outfile)
|
||||
fclose(outfile);
|
||||
fclose(outfile);
|
||||
free(moov_atom);
|
||||
free(ftyp_atom);
|
||||
return 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue