mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-02-04 06:08:26 +02:00
fate-run.sh: print stream side data in probeaudiostream()
Adds a test for reading AUDIO_SERVICE_TYPE in fate-hls-fmp4_ac3
This commit is contained in:
parent
1b3bd52e54
commit
af607a8838
@ -90,7 +90,7 @@ probefmt(){
|
||||
}
|
||||
|
||||
probeaudiostream(){
|
||||
run ffprobe${PROGSUF}${EXECSUF} -show_entries stream=codec_name,codec_time_base,sample_fmt,channels,channel_layout "$@"
|
||||
run ffprobe${PROGSUF}${EXECSUF} -show_entries stream=codec_name,codec_time_base,sample_fmt,channels,channel_layout:side_data "$@"
|
||||
}
|
||||
|
||||
probetags(){
|
||||
|
@ -4,5 +4,7 @@ sample_fmt=fltp
|
||||
channels=6
|
||||
channel_layout=5.1(side)
|
||||
[SIDE_DATA]
|
||||
side_data_type=Audio Service Type
|
||||
type=0
|
||||
[/SIDE_DATA]
|
||||
[/STREAM]
|
||||
|
Loading…
x
Reference in New Issue
Block a user