whitespace
This commit is contained in:
parent
132fff1931
commit
6942aaed15
|
@ -235,7 +235,7 @@ VideoStore::VideoStore(const char *filename_in, const char *format_in,
|
||||||
#else
|
#else
|
||||||
avformat_new_stream(oc, (AVCodec *)audio_in_ctx->codec);
|
avformat_new_stream(oc, (AVCodec *)audio_in_ctx->codec);
|
||||||
#endif
|
#endif
|
||||||
if (!audio_out_stream) {
|
if ( !audio_out_stream ) {
|
||||||
Error("Unable to create audio out stream\n");
|
Error("Unable to create audio out stream\n");
|
||||||
audio_out_stream = NULL;
|
audio_out_stream = NULL;
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue