• Janne Grunau's avatar
    h264: codec reinit: remove statements without effect · 34c5a666
    Janne Grunau authored
    avctx->coded_{height,width} will always equal h->{height,width} since
    init_dimensions() does that explicitly, Size changes are detected by
    changes in mb_{height,width} earlier and propagated through the
    needs_reinit variable.
    34c5a666