* rocDecode/HEVC: Added frame rate info report when it is available, from the parser. (#130)

[ROCm/rocdecode commit: 7240ee8973]
This commit is contained in:
jeffqjiangNew
2023-12-12 13:47:19 -05:00
committed by GitHub
parent a3e509db61
commit 7cd5d6c0ee
4 changed files with 66 additions and 41 deletions
@@ -26,6 +26,8 @@ RocVideoParser::RocVideoParser() {
pic_width_ = 0;
pic_height_ = 0;
new_sps_activated_ = false;
frame_rate_.numerator = 0;
frame_rate_.denominator = 0;
}
/**