diff options
author | Nicolas George <nicolas.george@normalesup.org> | 2013-01-01 12:08:32 +0100 |
---|---|---|
committer | Nicolas George <nicolas.george@normalesup.org> | 2013-01-26 11:33:09 +0100 |
commit | 5361f4958fbfc77723b9b1a2768b00c15501ecbc (patch) | |
tree | eb7bbb4fa5affc101b05f7e288e3a67b1272f410 /tests/lavf-regression.sh | |
parent | 255ae9f380963970e955a4765ac3ad8c8e6466bc (diff) | |
download | ffmpeg-5361f4958fbfc77723b9b1a2768b00c15501ecbc.tar.gz |
fate: add an attachment to the Matroska test.
Diffstat (limited to 'tests/lavf-regression.sh')
-rwxr-xr-x | tests/lavf-regression.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/lavf-regression.sh b/tests/lavf-regression.sh index cc21f8d33e..d0335c1c6f 100755 --- a/tests/lavf-regression.sh +++ b/tests/lavf-regression.sh @@ -137,6 +137,8 @@ do_lavf nut "" "-acodec mp2 -ab 64k" fi if [ -n "$do_mkv" ] ; then +do_lavf mkv "" "-acodec mp2 -ab 64k -vcodec mpeg4 \ + -attach ${raw_src%/*}/00.pgm -metadata:s:t mimetype=image/x-portable-greymap" do_lavf mkv "" "-acodec mp2 -ab 64k -vcodec mpeg4" fi |