mirror of https://git.ffmpeg.org/ffmpeg.git
from RTCTIME to N*23, step is 23
fix ticket: 7225 Signed-off-by: Steven Liu <lq@chinaffmpeg.org>
This commit is contained in:
parent
d25c945247
commit
387464bea5
|
@ -199,7 +199,7 @@ tests/data/hls-list-append.m3u8: ffmpeg$(PROGSSUF)$(EXESUF) | tests/data
|
|||
|
||||
FATE_AFILTER-$(call ALLYES, HLS_DEMUXER MPEGTS_MUXER MPEGTS_DEMUXER AEVALSRC_FILTER LAVFI_INDEV MP2FIXED_ENCODER) += fate-filter-hls-append
|
||||
fate-filter-hls-append: tests/data/hls-list-append.m3u8
|
||||
fate-filter-hls-append: CMD = framecrc -flags +bitexact -i $(TARGET_PATH)/tests/data/hls-list-append.m3u8 -af asetpts=RTCTIME
|
||||
fate-filter-hls-append: CMD = framecrc -flags +bitexact -i $(TARGET_PATH)/tests/data/hls-list-append.m3u8 -af asetpts=N*23
|
||||
|
||||
FATE_AMIX += fate-filter-amix-simple
|
||||
fate-filter-amix-simple: CMD = ffmpeg -filter_complex amix -i $(SRC) -ss 3 -i $(SRC1) -f f32le -
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue