Skip to content

Commit

Permalink
fix: remove excessive debug logging from decklink_producer
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Jun 22, 2020
1 parent 1578977 commit 6497e78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/decklink/producer/decklink_producer.cpp
Expand Up @@ -592,7 +592,7 @@ class decklink_producer : public IDeckLinkInputCallback
auto video_tb = av_buffersink_get_time_base(video_filter_.sink);
auto audio_tb = av_buffersink_get_time_base(audio_filter_.sink);

CASPAR_LOG(debug) << av_video->pts << " " << av_audio->pts;
// CASPAR_LOG(trace) << "decklink a/v pts:" << av_video->pts << " " << av_audio->pts;

auto in_sync = static_cast<double>(in_video_pts) / AV_TIME_BASE -
static_cast<double>(in_audio_pts) / format_desc_.audio_sample_rate;
Expand Down

0 comments on commit 6497e78

Please sign in to comment.