* rocDecode/HEVC: Added frame rate info report when it is available, from the parser. (#130)
[ROCm/rocdecode commit: 7240ee8973]
This commit is contained in:
@@ -26,6 +26,8 @@ RocVideoParser::RocVideoParser() {
|
||||
pic_width_ = 0;
|
||||
pic_height_ = 0;
|
||||
new_sps_activated_ = false;
|
||||
frame_rate_.numerator = 0;
|
||||
frame_rate_.denominator = 0;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user