fix crash

This commit is contained in:
Isaac Connor 2019-06-20 15:56:25 -04:00
parent 470da03322
commit 55d98e4a9f
1 changed files with 1 additions and 1 deletions

View File

@ -371,7 +371,7 @@ VideoStore::VideoStore(
audio_out_ctx->codec_tag = 0;
#endif
audio_out_ctx->frame_size = audio_in_ctx->frame_size;
//audio_out_ctx->frame_size = audio_in_ctx->frame_size;
if ( audio_out_ctx->channels > 1 ) {
Warning("Audio isn't mono, changing it.");