Skip to content

Commit

Permalink
字幕のタイムスタンプのソートのログを表示しないように変更。
Browse files Browse the repository at this point in the history
なんかたくさん出るらしい。
  • Loading branch information
rigaya committed Nov 18, 2024
1 parent 16ca333 commit 4684fcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion QSVPipeline/rgy_input_avcodec.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2688,7 +2688,7 @@ void RGYInputAvcodec::sortAndPushSubtitlePacket() {
sortMes += strsprintf(_T("%lld "), (long long int)st.subPacketTemporalBuffer[i]->pts);
}
sortMes += _T("\n");
AddMessage(RGY_LOG_WARN, sortMes);
AddMessage(RGY_LOG_DEBUG, sortMes);
}

for (auto& pkt : st.subPacketTemporalBuffer) {
Expand Down

0 comments on commit 4684fcd

Please sign in to comment.