diff options
author | James Almer <jamrial@gmail.com> | 2021-07-14 12:48:10 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2021-08-07 10:16:07 -0300 |
commit | 44d5e12c8faa1c170ed9b6b0c9e18c7547572144 (patch) | |
tree | a67f96530f657a6425f95fd8608a3f9ca6e4611c /tests/ref/fate/ffprobe_ini | |
parent | 6b11c12cf33b9761c3ac460737728228e86e9f04 (diff) | |
download | ffmpeg-44d5e12c8faa1c170ed9b6b0c9e18c7547572144.tar.gz |
ffprobe: remove references to frame->pkt_pts
The field was removed during the last major bump.
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'tests/ref/fate/ffprobe_ini')
-rw-r--r-- | tests/ref/fate/ffprobe_ini | 56 |
1 files changed, 28 insertions, 28 deletions
diff --git a/tests/ref/fate/ffprobe_ini b/tests/ref/fate/ffprobe_ini index 23d26359a8..f997bf8dae 100644 --- a/tests/ref/fate/ffprobe_ini +++ b/tests/ref/fate/ffprobe_ini @@ -17,8 +17,8 @@ flags=K_ media_type=audio stream_index=0 key_frame=1 -pkt_pts=0 -pkt_pts_time=0.000000 +pts=0 +pts_time=0.000000 pkt_dts=0 pkt_dts_time=0.000000 best_effort_timestamp=0 @@ -49,8 +49,8 @@ flags=K_ media_type=video stream_index=1 key_frame=1 -pkt_pts=0 -pkt_pts_time=0.000000 +pts=0 +pts_time=0.000000 pkt_dts=0 pkt_dts_time=0.000000 best_effort_timestamp=0 @@ -92,8 +92,8 @@ flags=K_ media_type=video stream_index=2 key_frame=1 -pkt_pts=0 -pkt_pts_time=0.000000 +pts=0 +pts_time=0.000000 pkt_dts=0 pkt_dts_time=0.000000 best_effort_timestamp=0 @@ -135,8 +135,8 @@ flags=K_ media_type=audio stream_index=0 key_frame=1 -pkt_pts=1024 -pkt_pts_time=0.023220 +pts=1024 +pts_time=0.023220 pkt_dts=1024 pkt_dts_time=0.023220 best_effort_timestamp=1024 @@ -167,8 +167,8 @@ flags=K_ media_type=video stream_index=1 key_frame=1 -pkt_pts=2048 -pkt_pts_time=0.040000 +pts=2048 +pts_time=0.040000 pkt_dts=2048 pkt_dts_time=0.040000 best_effort_timestamp=2048 @@ -210,8 +210,8 @@ flags=K_ media_type=video stream_index=2 key_frame=1 -pkt_pts=2048 -pkt_pts_time=0.040000 +pts=2048 +pts_time=0.040000 pkt_dts=2048 pkt_dts_time=0.040000 best_effort_timestamp=2048 @@ -253,8 +253,8 @@ flags=K_ media_type=audio stream_index=0 key_frame=1 -pkt_pts=2048 -pkt_pts_time=0.046440 +pts=2048 +pts_time=0.046440 pkt_dts=2048 pkt_dts_time=0.046440 best_effort_timestamp=2048 @@ -285,8 +285,8 @@ flags=K_ media_type=audio stream_index=0 key_frame=1 -pkt_pts=3072 -pkt_pts_time=0.069660 +pts=3072 +pts_time=0.069660 pkt_dts=3072 pkt_dts_time=0.069660 best_effort_timestamp=3072 @@ -317,8 +317,8 @@ flags=K_ media_type=video stream_index=1 key_frame=1 -pkt_pts=4096 -pkt_pts_time=0.080000 +pts=4096 +pts_time=0.080000 pkt_dts=4096 pkt_dts_time=0.080000 best_effort_timestamp=4096 @@ -360,8 +360,8 @@ flags=K_ media_type=video stream_index=2 key_frame=1 -pkt_pts=4096 -pkt_pts_time=0.080000 +pts=4096 +pts_time=0.080000 pkt_dts=4096 pkt_dts_time=0.080000 best_effort_timestamp=4096 @@ -403,8 +403,8 @@ flags=K_ media_type=audio stream_index=0 key_frame=1 -pkt_pts=4096 -pkt_pts_time=0.092880 +pts=4096 +pts_time=0.092880 pkt_dts=4096 pkt_dts_time=0.092880 best_effort_timestamp=4096 @@ -435,8 +435,8 @@ flags=K_ media_type=audio stream_index=0 key_frame=1 -pkt_pts=5120 -pkt_pts_time=0.116100 +pts=5120 +pts_time=0.116100 pkt_dts=5120 pkt_dts_time=0.116100 best_effort_timestamp=5120 @@ -467,8 +467,8 @@ flags=K_ media_type=video stream_index=1 key_frame=1 -pkt_pts=6144 -pkt_pts_time=0.120000 +pts=6144 +pts_time=0.120000 pkt_dts=6144 pkt_dts_time=0.120000 best_effort_timestamp=6144 @@ -510,8 +510,8 @@ flags=K_ media_type=video stream_index=2 key_frame=1 -pkt_pts=6144 -pkt_pts_time=0.120000 +pts=6144 +pts_time=0.120000 pkt_dts=6144 pkt_dts_time=0.120000 best_effort_timestamp=6144 |