Skip to content

Commit

Permalink
[coreVideoEncoder] Add time increment ranges matching 24 and 30 fps t…
Browse files Browse the repository at this point in the history
…o the array of standard time bases
  • Loading branch information
eumagga0x2a committed Jul 15, 2020
1 parent 7df4345 commit 6d7f35e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ TimeIncrementType fpsTable[]=
{ 16678,16688,1001,60000},
{ 33360,33371,1001,30000},
{ 41700,41710,1001,24000},
{ 33328,33338,1000,30000},
{ 41660,41670,1000,24000}
};

/**
Expand Down

0 comments on commit 6d7f35e

Please sign in to comment.