* rocDecode/HEVC: Added frame rate info report when it is available, from the parser. (#130)
This commit is contained in:
zatwierdzone przez
GitHub
rodzic
06cde7965b
commit
7240ee8973
@@ -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