whitespace

This commit is contained in:
Isaac Connor 2018-01-31 14:36:01 -05:00
parent 132fff1931
commit 6942aaed15
1 changed files with 1 additions and 1 deletions

View File

@ -235,7 +235,7 @@ VideoStore::VideoStore(const char *filename_in, const char *format_in,
#else
avformat_new_stream(oc, (AVCodec *)audio_in_ctx->codec);
#endif
if (!audio_out_stream) {
if ( !audio_out_stream ) {
Error("Unable to create audio out stream\n");
audio_out_stream = NULL;
} else {