• Pierre-Eric Pelloux-Prayer's avatar
    v4l2: prefer non-emulated formats · e388d6cc
    Pierre-Eric Pelloux-Prayer authored
    If a device is capable of YUYV non-emulated format and
    YUV420P emulated (cpu color conversion), then pick the
    non emulated one.
    In the worst case (encoder with no YUYV support), pixconv
    will be used to convert YUYV -> YUV420P.
    In the best case (encoder supports YUYV input), we skip a
    costly color-conversion step.
    e388d6cc