Skip to content

Commit

Permalink
temporary logging 3
Browse files Browse the repository at this point in the history
  • Loading branch information
maxnut authored Nov 25, 2024
1 parent 2d8bf13 commit a143e7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/audio_mixer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ namespace ffmpeg {
audioPacket.data = nullptr;
audioPacket.size = 0;

geode::log::debug("2 timebase {} {}", audio_codec_context_encoder->time_base.num, audio_codec_context_encoder->time_base.den, outputAudioStream->time_base.num, outputAudioStream->time_base.den);
geode::log::debug("2 timebase {} {} {} {}", audio_codec_context_encoder->time_base.num, audio_codec_context_encoder->time_base.den, outputAudioStream->time_base.num, outputAudioStream->time_base.den);

while (true) {
int ret = avcodec_receive_packet(audio_codec_context_encoder, &audioPacket);
Expand Down

0 comments on commit a143e7e

Please sign in to comment.