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_ini | |
parent | 2d90fc89f2a804a096ff092797c14432b63c8120 (diff) | |
download | ffmpeg-ccb94ec5cf020cdbb37171396090f5bfbe8e7e37.tar.gz |
ffprobe: print AVFrame.duration
Diffstat (limited to 'tests/ref/fate/ffprobe_ini')
-rw-r--r-- | tests/ref/fate/ffprobe_ini | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/tests/ref/fate/ffprobe_ini b/tests/ref/fate/ffprobe_ini index cff7d96003..58f508faa6 100644 --- a/tests/ref/fate/ffprobe_ini +++ b/tests/ref/fate/ffprobe_ini @@ -25,6 +25,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 @@ -57,6 +59,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 @@ -100,6 +104,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 @@ -143,6 +149,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 @@ -175,6 +183,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 @@ -218,6 +228,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 @@ -261,6 +273,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 @@ -293,6 +307,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 @@ -325,6 +341,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 @@ -368,6 +386,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 @@ -411,6 +431,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 @@ -443,6 +465,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 @@ -475,6 +499,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 @@ -518,6 +544,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 |