Skip to content
  • Vivia Nikolaidou's avatar
    videotimecode: Fix false positive coverity issues · 41c9f0b9
    Vivia Nikolaidou authored
    They are false positive overflows, because coverity doesn't realize that
    hours <= 24, minutes < 60 and seconds < 60 in all functions. Also casting the
    number 60 (seconds in minute, minutes in hour) to guint64 for the
    calculations, in order to avoid overflowing once we allow more than 24-hour
    timecodes.
    
    CIDs #1371459, #1371458
    41c9f0b9