Skip to content
  • Gwenole Beauchesne's avatar
    h264: fix picture size in macroblocks. · cb0da4ed
    Gwenole Beauchesne authored
    The picture size signalled by sps->{width,height} is the actual size with
    cropping applied, not the original size derived from pic_width_in_mbs_minus1
    and pic_height_in_map_units_minus1. VA driver expects that original size,
    uncropped.
    
    There is another issue pending: frame cropping information needs to be
    taken care of.
    cb0da4ed