diff options
author | Anton Khirnov <anton@khirnov.net> | 2011-11-14 09:11:26 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-11-18 11:01:46 +0100 |
commit | 81ac4cda0b00296c8eb41d930bdecce696cfafa6 (patch) | |
tree | 8fa1aa0d8a0fe12e7c53d86b5feae754c6a87ae6 | |
parent | f872e4d0a76abd1c99bf9ad6efabc3816944c9bb (diff) | |
download | ffmpeg-81ac4cda0b00296c8eb41d930bdecce696cfafa6.tar.gz |
fate-lavf-ts: use -mpegts_transport_stream_id option.
Serves as a test of muxer private options.
-rwxr-xr-x | tests/lavf-regression.sh | 2 | ||||
-rw-r--r-- | tests/ref/lavf/ts | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/lavf-regression.sh b/tests/lavf-regression.sh index 7cd9f7f909..4a72e0ac1c 100755 --- a/tests/lavf-regression.sh +++ b/tests/lavf-regression.sh @@ -71,7 +71,7 @@ do_lavf mxf_d10 "-ar 48000 -ac 2 -r 25 -s 720x576 -vf pad=720:608:0:32 -vcodec m fi if [ -n "$do_ts" ] ; then -do_lavf ts +do_lavf ts "-mpegts_transport_stream_id 42" fi if [ -n "$do_swf" ] ; then diff --git a/tests/ref/lavf/ts b/tests/ref/lavf/ts index 325112cebc..ebe6a77566 100644 --- a/tests/ref/lavf/ts +++ b/tests/ref/lavf/ts @@ -1,3 +1,3 @@ -9708011dd80212a0041a96da878122c2 *./tests/data/lavf/lavf.ts +293142d7286db15e5f4d7d1ca0d9c97c *./tests/data/lavf/lavf.ts 406644 ./tests/data/lavf/lavf.ts ./tests/data/lavf/lavf.ts CRC=0x133216c1 |