• Anton Khirnov's avatar
    lavc: export the timestamps when decoding in AVFrame.pts · 32c83590
    Anton Khirnov authored
    Currently it's exported as AVFrame.pkt_pts, which is also the only use
    for that field. The reason it is done like this is that lavc used to
    export various codec-specific "timing" information in AVFrame.pts, which
    is not done anymore.
    
    Since it is confusing to the callers to have a separate field which is
    used only for decoder timestamps and nothing else, deprecate pkt_pts and
    use just AVFrame.pts everywhere.
    32c83590
utils.c 88.5 KB