mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-27 21:40:34 +00:00
Reindent after the previous commit
Originally committed as revision 23007 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
d50fc2d07b
commit
331cb6c3e8
@ -310,7 +310,7 @@ int main(int argc, char *argv[])
|
||||
fclose(infile);
|
||||
fclose(outfile);
|
||||
free(moov_atom);
|
||||
free(ftyp_atom);
|
||||
free(ftyp_atom);
|
||||
|
||||
return 0;
|
||||
|
||||
@ -318,6 +318,6 @@ error_out:
|
||||
fclose(infile);
|
||||
fclose(outfile);
|
||||
free(moov_atom);
|
||||
free(ftyp_atom);
|
||||
free(ftyp_atom);
|
||||
return 1;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user