diff options
author | Anton Khirnov <anton@khirnov.net> | 2022-07-11 10:31:47 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2022-07-19 12:27:18 +0200 |
commit | ccb94ec5cf020cdbb37171396090f5bfbe8e7e37 (patch) | |
tree | f7b78cba7ad44f2408672762860f2113f4ef5ec9 /tests/ref/fate/ffprobe_default | |
parent | 2d90fc89f2a804a096ff092797c14432b63c8120 (diff) | |
download | ffmpeg-ccb94ec5cf020cdbb37171396090f5bfbe8e7e37.tar.gz |
ffprobe: print AVFrame.duration
Diffstat (limited to 'tests/ref/fate/ffprobe_default')
-rw-r--r-- | tests/ref/fate/ffprobe_default | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/tests/ref/fate/ffprobe_default b/tests/ref/fate/ffprobe_default index d3d90fa5d6..f296fc0dc2 100644 --- a/tests/ref/fate/ffprobe_default +++ b/tests/ref/fate/ffprobe_default @@ -23,6 +23,8 @@ best_effort_timestamp=0 best_effort_timestamp_time=0.000000 pkt_duration=1024 pkt_duration_time=0.023220 +duration=1024 +duration_time=0.023220 pkt_pos=669 pkt_size=2048 sample_fmt=s16 @@ -55,6 +57,8 @@ best_effort_timestamp=0 best_effort_timestamp_time=0.000000 pkt_duration=2048 pkt_duration_time=0.040000 +duration=2048 +duration_time=0.040000 pkt_pos=2744 pkt_size=230400 width=320 @@ -98,6 +102,8 @@ best_effort_timestamp=0 best_effort_timestamp_time=0.000000 pkt_duration=2048 pkt_duration_time=0.040000 +duration=2048 +duration_time=0.040000 pkt_pos=233165 pkt_size=30000 width=100 @@ -141,6 +147,8 @@ best_effort_timestamp=1024 best_effort_timestamp_time=0.023220 pkt_duration=1024 pkt_duration_time=0.023220 +duration=1024 +duration_time=0.023220 pkt_pos=263170 pkt_size=2048 sample_fmt=s16 @@ -173,6 +181,8 @@ best_effort_timestamp=2048 best_effort_timestamp_time=0.040000 pkt_duration=2048 pkt_duration_time=0.040000 +duration=2048 +duration_time=0.040000 pkt_pos=265248 pkt_size=230400 width=320 @@ -216,6 +226,8 @@ best_effort_timestamp=2048 best_effort_timestamp_time=0.040000 pkt_duration=2048 pkt_duration_time=0.040000 +duration=2048 +duration_time=0.040000 pkt_pos=495672 pkt_size=30000 width=100 @@ -259,6 +271,8 @@ best_effort_timestamp=2048 best_effort_timestamp_time=0.046440 pkt_duration=1024 pkt_duration_time=0.023220 +duration=1024 +duration_time=0.023220 pkt_pos=525677 pkt_size=2048 sample_fmt=s16 @@ -291,6 +305,8 @@ best_effort_timestamp=3072 best_effort_timestamp_time=0.069660 pkt_duration=1024 pkt_duration_time=0.023220 +duration=1024 +duration_time=0.023220 pkt_pos=527748 pkt_size=2048 sample_fmt=s16 @@ -323,6 +339,8 @@ best_effort_timestamp=4096 best_effort_timestamp_time=0.080000 pkt_duration=2048 pkt_duration_time=0.040000 +duration=2048 +duration_time=0.040000 pkt_pos=529826 pkt_size=230400 width=320 @@ -366,6 +384,8 @@ best_effort_timestamp=4096 best_effort_timestamp_time=0.080000 pkt_duration=2048 pkt_duration_time=0.040000 +duration=2048 +duration_time=0.040000 pkt_pos=760250 pkt_size=30000 width=100 @@ -409,6 +429,8 @@ best_effort_timestamp=4096 best_effort_timestamp_time=0.092880 pkt_duration=1024 pkt_duration_time=0.023220 +duration=1024 +duration_time=0.023220 pkt_pos=790255 pkt_size=2048 sample_fmt=s16 @@ -441,6 +463,8 @@ best_effort_timestamp=5120 best_effort_timestamp_time=0.116100 pkt_duration=393 pkt_duration_time=0.008912 +duration=393 +duration_time=0.008912 pkt_pos=792326 pkt_size=786 sample_fmt=s16 @@ -473,6 +497,8 @@ best_effort_timestamp=6144 best_effort_timestamp_time=0.120000 pkt_duration=2048 pkt_duration_time=0.040000 +duration=2048 +duration_time=0.040000 pkt_pos=793142 pkt_size=230400 width=320 @@ -516,6 +542,8 @@ best_effort_timestamp=6144 best_effort_timestamp_time=0.120000 pkt_duration=2048 pkt_duration_time=0.040000 +duration=2048 +duration_time=0.040000 pkt_pos=1023566 pkt_size=30000 width=100 |