diff options
author | wm4 <nfxjfg@googlemail.com> | 2013-11-28 11:24:34 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2013-12-15 10:46:46 +0100 |
commit | 5f6c21117f23a3c825777cdb0565a21c5a468d35 (patch) | |
tree | 4b56a3c9589bc3f9b34f7d3359d753c5cf6838e7 /tests/ref/fate/ffprobe_default | |
parent | cc0e2ba1aa93d5bdfe99386af63ad1c8d20079d8 (diff) | |
download | ffmpeg-5f6c21117f23a3c825777cdb0565a21c5a468d35.tar.gz |
ffprobe: show best_effort_timestamp in the frame section
This is useful for debugging.
Reference and ffprobe.xsd changes done and tested by Stefano Sabatini.
Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
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 c6d9b28f16..76b9ed8694 100644 --- a/tests/ref/fate/ffprobe_default +++ b/tests/ref/fate/ffprobe_default @@ -20,6 +20,8 @@ pkt_pts=0 pkt_pts_time=0.000000 pkt_dts=0 pkt_dts_time=0.000000 +best_effort_timestamp=0 +best_effort_timestamp_time=0.000000 pkt_duration=1024 pkt_duration_time=0.023220 pkt_pos=572 @@ -51,6 +53,8 @@ pkt_pts=0 pkt_pts_time=0.000000 pkt_dts=0 pkt_dts_time=0.000000 +best_effort_timestamp=0 +best_effort_timestamp_time=0.000000 pkt_duration=2048 pkt_duration_time=0.040000 pkt_pos=2647 @@ -88,6 +92,8 @@ pkt_pts=0 pkt_pts_time=0.000000 pkt_dts=0 pkt_dts_time=0.000000 +best_effort_timestamp=0 +best_effort_timestamp_time=0.000000 pkt_duration=2048 pkt_duration_time=0.040000 pkt_pos=233068 @@ -125,6 +131,8 @@ pkt_pts=1024 pkt_pts_time=0.023220 pkt_dts=1024 pkt_dts_time=0.023220 +best_effort_timestamp=1024 +best_effort_timestamp_time=0.023220 pkt_duration=1024 pkt_duration_time=0.023220 pkt_pos=263073 @@ -156,6 +164,8 @@ pkt_pts=2048 pkt_pts_time=0.040000 pkt_dts=2048 pkt_dts_time=0.040000 +best_effort_timestamp=2048 +best_effort_timestamp_time=0.040000 pkt_duration=2048 pkt_duration_time=0.040000 pkt_pos=265151 @@ -193,6 +203,8 @@ pkt_pts=2048 pkt_pts_time=0.040000 pkt_dts=2048 pkt_dts_time=0.040000 +best_effort_timestamp=2048 +best_effort_timestamp_time=0.040000 pkt_duration=2048 pkt_duration_time=0.040000 pkt_pos=495575 @@ -230,6 +242,8 @@ pkt_pts=2048 pkt_pts_time=0.046440 pkt_dts=2048 pkt_dts_time=0.046440 +best_effort_timestamp=2048 +best_effort_timestamp_time=0.046440 pkt_duration=1024 pkt_duration_time=0.023220 pkt_pos=525580 @@ -261,6 +275,8 @@ pkt_pts=3072 pkt_pts_time=0.069660 pkt_dts=3072 pkt_dts_time=0.069660 +best_effort_timestamp=3072 +best_effort_timestamp_time=0.069660 pkt_duration=1024 pkt_duration_time=0.023220 pkt_pos=527651 @@ -292,6 +308,8 @@ pkt_pts=4096 pkt_pts_time=0.080000 pkt_dts=4096 pkt_dts_time=0.080000 +best_effort_timestamp=4096 +best_effort_timestamp_time=0.080000 pkt_duration=2048 pkt_duration_time=0.040000 pkt_pos=529729 @@ -329,6 +347,8 @@ pkt_pts=4096 pkt_pts_time=0.080000 pkt_dts=4096 pkt_dts_time=0.080000 +best_effort_timestamp=4096 +best_effort_timestamp_time=0.080000 pkt_duration=2048 pkt_duration_time=0.040000 pkt_pos=760153 @@ -366,6 +386,8 @@ pkt_pts=4096 pkt_pts_time=0.092880 pkt_dts=4096 pkt_dts_time=0.092880 +best_effort_timestamp=4096 +best_effort_timestamp_time=0.092880 pkt_duration=1024 pkt_duration_time=0.023220 pkt_pos=790158 @@ -397,6 +419,8 @@ pkt_pts=5120 pkt_pts_time=0.116100 pkt_dts=5120 pkt_dts_time=0.116100 +best_effort_timestamp=5120 +best_effort_timestamp_time=0.116100 pkt_duration=1024 pkt_duration_time=0.023220 pkt_pos=792229 @@ -428,6 +452,8 @@ pkt_pts=6144 pkt_pts_time=0.120000 pkt_dts=6144 pkt_dts_time=0.120000 +best_effort_timestamp=6144 +best_effort_timestamp_time=0.120000 pkt_duration=2048 pkt_duration_time=0.040000 pkt_pos=794307 @@ -465,6 +491,8 @@ pkt_pts=6144 pkt_pts_time=0.120000 pkt_dts=6144 pkt_dts_time=0.120000 +best_effort_timestamp=6144 +best_effort_timestamp_time=0.120000 pkt_duration=2048 pkt_duration_time=0.040000 pkt_pos=1024731 |