summaryrefslogtreecommitdiff
path: root/tests/fate/filter-video.mak
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2021-07-14 12:48:10 -0300
committerJames Almer <jamrial@gmail.com>2021-08-07 10:16:07 -0300
commit44d5e12c8faa1c170ed9b6b0c9e18c7547572144 (patch)
treea67f96530f657a6425f95fd8608a3f9ca6e4611c /tests/fate/filter-video.mak
parent6b11c12cf33b9761c3ac460737728228e86e9f04 (diff)
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/fate/filter-video.mak')
-rw-r--r--tests/fate/filter-video.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fate/filter-video.mak b/tests/fate/filter-video.mak
index 75ca706738..16f24a8422 100644
--- a/tests/fate/filter-video.mak
+++ b/tests/fate/filter-video.mak
@@ -779,7 +779,7 @@ FATE_AVCONV-$(call DEMDEC, IMAGE2, PGMYUV) += $(FATE_FILTER_VSYNTH-yes)
#
# Metadata tests
#
-FILTER_METADATA_COMMAND = ffprobe$(PROGSSUF)$(EXESUF) -of compact=p=0 -show_entries frame=pkt_pts:frame_tags -bitexact -f lavfi
+FILTER_METADATA_COMMAND = ffprobe$(PROGSSUF)$(EXESUF) -of compact=p=0 -show_entries frame=pts:frame_tags -bitexact -f lavfi
SCENEDETECT_DEPS = FFPROBE LAVFI_INDEV MOVIE_FILTER SELECT_FILTER SCALE_FILTER \
AVCODEC AVDEVICE MOV_DEMUXER SVQ3_DECODER ZLIB