Fixed width/height issue in TS HEVC

This commit is contained in:
Thulinma 2019-03-12 14:26:52 +01:00
parent 8ac88c4612
commit 6bdf3a4ccd
3 changed files with 43 additions and 18 deletions

View file

@ -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;
};