• Jerome Martinez's avatar
    avformat/mxfenc: fix stored/sampled/displayed width/height · 174ca11d
    Jerome Martinez authored
    According to MXF specs the Stored Rectangle corresponds to the data which is
    passed to the compressor and received from the decompressor, so they should
    contain the width / height extended to the macroblock boundary.
    
    In practice however width and height values rounded to the upper 16 multiples
    are only seen when muxing MPEG formats. Therefore this patch changes stored
    width and height values to unrounded for all non-MPEG formats, even macroblock
    based ones.
    
    For DNXHD the specs (ST 2019-4) explicitly indicates to use 1080 for 1088p.
    For ProRes the specs (RDD 44) only refer to to ST 377-1 without precision but
    no known commercial implementations are using rounded values.
    DV is not using 16x16 macroblocks, so 16 rounding makes no sense.
    
    The patch also fixes Sampled Width / Display Width to use unrounded values.
    Signed-off-by: 's avatarMarton Balint <cus@passwd.hu>
    174ca11d