Fixed width/height issue in TS HEVC
This commit is contained in:
parent
8ac88c4612
commit
6bdf3a4ccd
3 changed files with 43 additions and 18 deletions
|
@ -19,8 +19,8 @@ namespace h265{
|
|||
size_t indent);
|
||||
|
||||
struct metaInfo{
|
||||
unsigned int width;
|
||||
unsigned int height;
|
||||
uint64_t width;
|
||||
uint64_t height;
|
||||
double fps;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue