mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-21 21:40:20 +00:00
Fixed video dec stats
Adding of displayed and corrupted frames was accidentaly removed by a779d96c.
This commit is contained in:
@@ -285,6 +285,8 @@ struct frame_msg {
|
||||
}
|
||||
}
|
||||
}
|
||||
stats.corrupted += is_corrupted;
|
||||
stats.displayed += is_displayed;
|
||||
}
|
||||
vf_free(recv_frame);
|
||||
vf_free(nofec_frame);
|
||||
|
||||
Reference in New Issue
Block a user