diff options
author | Steven Liu <lq@chinaffmpeg.org> | 2020-06-15 20:37:41 +0800 |
---|---|---|
committer | Steven Liu <lq@chinaffmpeg.org> | 2020-07-07 14:32:07 +0800 |
commit | 9ee010e73411a0432893ff82b32eab0200382994 (patch) | |
tree | 9b73d3eefefb4f8307e2336fe1d2ad6e3b976a9c /tests/ref/fate/hls-fmp4_ac3 | |
parent | 73fe0cbb94532aba3a0925c2fc39a4caeee2400e (diff) | |
download | ffmpeg-9ee010e73411a0432893ff82b32eab0200382994.tar.gz |
tests/fate/hlsenc: add testcase of ac3 surround sound input in hlsenc
add probeaudiostream for get audio stream's codec_name,codec_time_base,
sample_fmt,channels and channel_layout.
Signed-off-by: Steven Liu <lq@chinaffmpeg.org>
Diffstat (limited to 'tests/ref/fate/hls-fmp4_ac3')
-rw-r--r-- | tests/ref/fate/hls-fmp4_ac3 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/ref/fate/hls-fmp4_ac3 b/tests/ref/fate/hls-fmp4_ac3 new file mode 100644 index 0000000000..1f45172a0e --- /dev/null +++ b/tests/ref/fate/hls-fmp4_ac3 @@ -0,0 +1,9 @@ +[STREAM] +codec_name=ac3 +codec_time_base=1/48000 +sample_fmt=fltp +channels=6 +channel_layout=5.1(side) +[SIDE_DATA] +[/SIDE_DATA] +[/STREAM] |