• Anton Khirnov's avatar
    avconv: better next_dts usage. · b34856a1
    Anton Khirnov authored
    next_dts is used for estimating the dts of the next packet if it's
    missing. Therefore, it makes no sense to set it from the pts of the last
    decoded frame. Also it should be estimated from the current packet
    duration/ticks_per_frame always, not only when a frame was successfully
    decoded.
    b34856a1
avconv.c 164 KB