Skip to content

Commit

Permalink
Remove log message
Browse files Browse the repository at this point in the history
  • Loading branch information
pedro-alves-ferreira committed Sep 18, 2022
1 parent 7299f74 commit d874f49
Showing 1 changed file with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,8 @@ detector::status_description video_format_detector::handle_data(const rtp::packe
}
auto payload_header = header(sdu);
auto transmission_mode = payload_header.get_transmission_mode();
if(transmission_mode != 1)
{
logger()->info("Transmission mode: {}", transmission_mode);
// return detector::status_description{/*.state*/ detector::state::invalid,
// /*.error_code*/ "STATUS_CODE_VIDEO_INVALID_TRANSMISSION_MODE"};
}
// logger()->info("Transmission mode: {}", transmission_mode);

// Verify if packetization mode field is the same for all packets of the RTP stream
auto payload_packetization_mode = payload_header.get_packetization_mode();
if(!packetization_mode.has_value())
Expand Down

0 comments on commit d874f49

Please sign in to comment.