Update of 4-bit frame_rate_code (#146)
Patch needed for correct TS video_descriptor of 60fps PGS
This commit is contained in:
parent
6dc2e369e7
commit
33a39958cb
@ -18,7 +18,7 @@ using namespace std;
|
||||
#define fabs(a) ((a) >= 0 ? (a) : -(a))
|
||||
|
||||
double pgs_frame_rates[16] = {
|
||||
0, 23.97602397602397, 24, 25, 29.97002997002997, 0, 50, 59.94005994005994, 0, 0, 0, 0, 0, 0, 0, 0};
|
||||
0, 23.97602397602397, 24, 25, 29.97002997002997, 30, 50, 59.94005994005994, 60, 0, 0, 0, 0, 0, 0, 0};
|
||||
|
||||
PGSStreamReader::PGSStreamReader()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user