• Hans Verkuil's avatar
    [media] cx23885: fix format/crop handling · e80bf856
    Hans Verkuil authored
    While testing the cx23885 driver with various TV standards I found
    a number of bugs:
    
    1) norm_maxw() returned 768 instead of 720 for PAL formats. This should
       always be 720, so drop this inline function and just always use 720.
    2) cropcap() was missing, so the pixelaspect was never known and qv4l2 would
       scale the image incorrectly. Add cropcap support.
    3) cx23885_set_tvnorm() should just return 0 if the same standard was
       set again. If another standard is set, then reset the width/height and
       call set_fmt for the subdevs.
    Signed-off-by: default avatarHans Verkuil <hans.verkuil@cisco.com>
    Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@osg.samsung.com>
    e80bf856
cx23885.h 20.2 KB