Added a -c / --compact flag to MistAnalyserDTSC
This commit is contained in:
parent
24ca250d2e
commit
5a8b9be44a
3 changed files with 49 additions and 1 deletions
|
@ -12,6 +12,8 @@ namespace h264 {
|
|||
unsigned int width;
|
||||
unsigned int height;
|
||||
double fps;
|
||||
uint8_t profile;
|
||||
uint8_t level;
|
||||
};
|
||||
|
||||
///Class for analyzing generic nal units
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue