Skip to content
  • Fiona Glaser's avatar
    Fix issues with extremely large timebases · d48c3809
    Fiona Glaser authored
    With timebase denominators >= 2^30 , x264 would silently overflow and cause odd issues.
    Now x264 will explicitly fail with timebase denominators >= 2^31 and work with timebase denominators 2^31 > x >= 2^30.
    d48c3809