• Jun Zhao's avatar
    lavf/utils: fix start_time/duration dump if it is AV_NOPTS_VALUE · 43912896
    Jun Zhao authored
    e,g: the command:
    ffprobe -show_format -i fate-suite/aac/foo.aac -loglevel 99 will
    dump the trace message as follow when start_time is AV_NOPTS_VALUE
    [aac @ 0x55bf8e1f3dc0] stream 0: start_time: -326791809695.818 duration: 2.174
    [aac @ 0x55bf8e1f3dc0] format: start_time: -9223372036854.775 duration: 2.174 bitrate=120 kb/s
    
    after this fix, will dump the start_time with "NOPTS".
    Signed-off-by: 's avatarJun Zhao <barryjzhao@tencent.com>
    43912896
utils.c 201 KB