Skip to content

Commit 126a403

Browse files
Fix: remove duble reported redundant dropped stats (#1329)
In st20 rx video session, delete the redundant stat. (it's already reported above next to normal packets)
1 parent f69e8ac commit 126a403

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

lib/src/st2110/st_rx_video_session.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3460,11 +3460,6 @@ static void rv_stat(struct st_rx_video_sessions_mgr* mgr,
34603460
s->stat_pkts_out_of_order);
34613461
s->stat_pkts_out_of_order = 0;
34623462
}
3463-
if (s->stat_pkts_redundant_dropped) {
3464-
notice("RX_VIDEO_SESSION(%d,%d): redundant pkts %d\n", m_idx, idx,
3465-
s->stat_pkts_redundant_dropped);
3466-
s->stat_pkts_redundant_dropped = 0;
3467-
}
34683463
if (s->stat_pkts_wrong_pt_dropped) {
34693464
notice("RX_VIDEO_SESSION(%d,%d): wrong hdr payload type dropped pkts %d\n", m_idx,
34703465
idx, s->stat_pkts_wrong_pt_dropped);

0 commit comments

Comments
 (0)