Skip to content
  • Rémi Denis-Courmont's avatar
    v4l2: fix step-wise and continuous frame sizes enumeration · 8853c752
    Rémi Denis-Courmont authored
    Width and height are independent for step-wise frame sizes (yes,
    enumerating is slow). Continuous frame sizes are step-size with one
    pixel steps for both dimensions (yes, enumerationg is very slow).
    
    A few device drivers use either of those two types, though the discrete
    type is much more common.
    8853c752