diff options
author | Nicolas George <george@nsup.org> | 2021-08-31 14:19:18 +0200 |
---|---|---|
committer | Nicolas George <george@nsup.org> | 2021-09-16 10:17:59 +0200 |
commit | 449ba49a9fb05642b068c51c2c6fbbfa4b11f010 (patch) | |
tree | 8020c18ed759cfea052d198c56d2c60a298efa8b /tests/simple2.ffconcat | |
parent | 86b2a8616989d98bf2a1b35156bece2e160394d2 (diff) | |
download | ffmpeg-449ba49a9fb05642b068c51c2c6fbbfa4b11f010.tar.gz |
tests/concat-demuxer: add stream_meta test
Diffstat (limited to 'tests/simple2.ffconcat')
-rw-r--r-- | tests/simple2.ffconcat | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/simple2.ffconcat b/tests/simple2.ffconcat index 2a0a1b5c9e..d1c1ee0c4d 100644 --- a/tests/simple2.ffconcat +++ b/tests/simple2.ffconcat @@ -2,8 +2,10 @@ ffconcat version 1.0 stream 0 exact_stream_id 257 +stream_meta dummy 'this is stream 0' stream 1 exact_stream_id 256 +stream_meta dummy 'this is stream 1' file %SRCFILE% |