• wm4's avatar
    mmaldec: fix pkt_dts determination · 99404597
    wm4 authored
    This also drops setting the frame->pts field. This is usually not set by
    decoders, so this would be an inconsistency that's at worst a danger to
    the API user.
    
    It appears the buffer->dts field is normally not set by the MMAL
    decoder, so don't use it. If it's ever going to be set by MMAL, we
    don't know whether the value will be what we want.
    Signed-off-by: 's avatarLuca Barbato <lu_zero@gentoo.org>
    99404597
mmaldec.c 25.1 KB