diff options
author | Jun Zhao <barryjzhao@tencent.com> | 2020-05-27 00:37:21 +0800 |
---|---|---|
committer | Jun Zhao <barryjzhao@tencent.com> | 2020-05-30 19:07:06 +0800 |
commit | 439128960991aea38263a53c7634a0e2aa786691 (patch) | |
tree | a2d1b7f5b0b09cef254f62b9af8b23a7752e201e /Changelog | |
parent | 018cd437f898aa72eafcd44dba263dc1ec8fcf05 (diff) | |
download | ffmpeg-439128960991aea38263a53c7634a0e2aa786691.tar.gz |
lavf/utils: fix start_time/duration dump if it is AV_NOPTS_VALUE
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: Jun Zhao <barryjzhao@tencent.com>
Diffstat (limited to 'Changelog')
0 files changed, 0 insertions, 0 deletions