mirror of https://git.ffmpeg.org/ffmpeg.git
fate-ts-opus-demux: convert to ffprobe
It can handle side data cleanly.
This commit is contained in:
parent
99fb6ffd82
commit
c89460f096
|
@ -80,7 +80,7 @@ FATE_SAMPLES_DEMUX-$(CONFIG_MOV_DEMUXER) += fate-mov-mp3-demux
|
|||
fate-mov-mp3-demux: CMD = framecrc -i $(TARGET_SAMPLES)/mpegaudio/packed_maindata.mp3.mp4 -c copy
|
||||
|
||||
FATE_SAMPLES_DEMUX-$(CONFIG_MPEGTS_DEMUXER) += fate-ts-opus-demux
|
||||
fate-ts-opus-demux: CMD = framecrc -i $(TARGET_SAMPLES)/opus/test-8-7.1.opus-small.ts -c copy
|
||||
fate-ts-opus-demux: CMD = ffprobe_demux $(TARGET_SAMPLES)/opus/test-8-7.1.opus-small.ts
|
||||
|
||||
FATE_SAMPLES_DEMUX-$(CONFIG_MPEGTS_DEMUXER) += fate-ts-small-demux
|
||||
fate-ts-small-demux: CMD = ffprobe_demux $(TARGET_SAMPLES)/mpegts/h264small.ts
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue