• Justin Ruggles's avatar
    aiffdec: do not set AVCodecContext.frame_size · 8d1a20aa
    Justin Ruggles authored
    It is unnecessary. Also, for some codecs we're reading more than 1 frame per
    packet. Instead we use a private context variable to calculate the bit rate,
    stream duration, and packet durations.
    
    Updated FATE seek test, which has slightly different timestamps due to a
    more accurate bit rate calculation.
    8d1a20aa
aiffdec.c 9.82 KB