]> git.sesse.net Git - ffmpeg/blobdiff - tests/lavf-regression.sh
avformat/matroskaenc: write a CRC32 element on Cues
[ffmpeg] / tests / lavf-regression.sh
index 0e20513563bb9c74fb65a6eea61524cde9954ead..8d961781d9bc2f1423bd483c2f5c07a33f7c60bc 100755 (executable)
@@ -145,6 +145,10 @@ if [ -n "$do_nut" ] ; then
 do_lavf nut "" "-acodec mp2 -ab 64k -ar 44100 -threads 1"
 fi
 
+if [ -n "$do_mka" ] ; then
+do_audio_only mka "" "-c:a tta"
+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 -threads 1"
@@ -350,6 +354,10 @@ if [ -n "$do_sox" ] ; then
 do_audio_only sox
 fi
 
+if [ -n "$do_tta" ] ; then
+do_audio_only tta
+fi
+
 if [ -n "$do_caf" ] ; then
 do_audio_only caf
 fi