removed unnecessary debug line

This commit is contained in:
itsmattkc
2019-03-14 15:35:03 +11:00
parent 2298e78c61
commit 1889d423af
-2
View File
@@ -453,8 +453,6 @@ void ExportThread::run() {
swr_frame->pts = file_audio_samples;
qDebug() << swr_frame->nb_samples << acodec_ctx->frame_size;
// send to encoder
if (!encode(fmt_ctx, acodec_ctx, swr_frame, &audio_pkt, audio_stream, true)) continueEncode = false;