Skip to content
  • Edward Hervey's avatar
    video: Make all frame_number guint32 · 6423a402
    Edward Hervey authored
    Unifies the code and ensures that:
    * subclasses needing to use the frame_number on a void* field will
      always work
    * wraparounds will be automatically taken care of if we have to deal
      with more than 2**32 frames
    6423a402