Spacing style
This commit is contained in:
parent
0f36120d8d
commit
7c423844de
@ -372,10 +372,10 @@ AVFormatWriter::~AVFormatWriter()
|
||||
TRACE("AVFormatWriter::~AVFormatWriter\n");
|
||||
|
||||
// Free the streams and close the AVCodecContexts
|
||||
for(unsigned i = 0; i < fFormatContext->nb_streams; i++) {
|
||||
for (unsigned i = 0; i < fFormatContext->nb_streams; i++) {
|
||||
av_freep(&fFormatContext->streams[i]->codecpar);
|
||||
av_freep(&fFormatContext->streams[i]);
|
||||
}
|
||||
}
|
||||
|
||||
av_free(fFormatContext);
|
||||
av_free(fIOContext->buffer);
|
||||
|
Loading…
Reference in New Issue
Block a user