[FFmpeg-cvslog] fate/matroska: add missing speex decoder dependency to fate-matroska-ms-mode
James Almer
git at videolan.org
Thu Jan 25 01:56:13 EET 2024
ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Wed Jan 24 20:55:54 2024 -0300| [00b288da73f45acb78b74bcc40f73c7ba1fff7cb] | committer: James Almer
fate/matroska: add missing speex decoder dependency to fate-matroska-ms-mode
Signed-off-by: James Almer <jamrial at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=00b288da73f45acb78b74bcc40f73c7ba1fff7cb
---
tests/fate/matroska.mak | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/fate/matroska.mak b/tests/fate/matroska.mak
index ed6bd58cee..9ab747184a 100644
--- a/tests/fate/matroska.mak
+++ b/tests/fate/matroska.mak
@@ -130,7 +130,7 @@ fate-matroska-avoid-negative-ts: CMD = transcode mpegts $(TARGET_SAMPLES)/mpeg2/
# It furthermore tests writing the Cues at the front if the cues_to_front
# option is set and more than enough space has been reserved in advance.
# (Btw: The keyframe flags of the input video stream seem wrong.)
-FATE_MATROSKA-$(call REMUX, MATROSKA, AVI_DEMUXER) += fate-matroska-ms-mode
+FATE_MATROSKA-$(call REMUX, MATROSKA, AVI_DEMUXER SPEEX_DECODER) += fate-matroska-ms-mode
fate-matroska-ms-mode: CMD = transcode avi $(TARGET_SAMPLES)/vp5/potter512-400-partial.avi matroska "-map 0 -c copy -cues_to_front yes -reserve_index_space 5000" "-map 0 -c copy -t 1"
# This tests Matroska's QT-compatibility mode.
More information about the ffmpeg-cvslog
mailing list