summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@ag.or.at>2012-05-28 18:20:39 +0200
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2012-05-28 18:20:39 +0200
commit77cea13f0521d4c481ab163220017404c1a13f19 (patch)
tree86c04adfabaabc336eda5f89e050767f9096d327 /tests
parentb4904e804d3b1c56ac4f5d3386b15daae98fca2d (diff)
Mark avui encoder experimental.
Some decoders require the AVID atom that we currently do not write when encoding avui.
Diffstat (limited to 'tests')
-rwxr-xr-xtests/codec-regression.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/codec-regression.sh b/tests/codec-regression.sh
index f36fffb4e2..84c5dce7ad 100755
--- a/tests/codec-regression.sh
+++ b/tests/codec-regression.sh
@@ -351,7 +351,7 @@ do_video_decoding "" "-sws_flags neighbor+bitexact -pix_fmt yuv420p"
fi
if [ -n "$do_avui" ] ; then
-do_video_encoding avui.mov "-s pal -an -c:v avui -sws_flags neighbor+bitexact"
+do_video_encoding avui.mov "-s pal -an -c:v avui -strict experimental -sws_flags neighbor+bitexact"
do_video_decoding "" "-s cif -sws_flags neighbor+bitexact -pix_fmt yuv420p"
fi