Update of 4-bit frame_rate_code (#146)

Patch needed for correct TS video_descriptor of 60fps PGS
This commit is contained in:
jcdr428 2020-01-20 00:23:09 +02:00 committed by Daniel Kamil Kozar
parent 6dc2e369e7
commit 33a39958cb

View File

@ -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()
{