[FFmpeg-cvslog] fate: add bitexact flag to fate-sub-movtextenc
Michael Niedermayer
git at videolan.org
Sun Aug 5 18:02:51 CEST 2012
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Sun Aug 5 17:58:08 2012 +0200| [d106ffd942e2e1837d8b100161cb1df1aa7b617a] | committer: Michael Niedermayer
fate: add bitexact flag to fate-sub-movtextenc
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d106ffd942e2e1837d8b100161cb1df1aa7b617a
---
tests/fate/subtitles.mak | 2 +-
tests/ref/fate/sub-movtextenc | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/fate/subtitles.mak b/tests/fate/subtitles.mak
index dc7a747..59c55a5 100644
--- a/tests/fate/subtitles.mak
+++ b/tests/fate/subtitles.mak
@@ -8,7 +8,7 @@ FATE_SUBTITLES += fate-sub-movtext
fate-sub-movtext: CMD = md5 -i $(SAMPLES)/sub/MovText_capability_tester.mp4 -f ass
FATE_SUBTITLES += fate-sub-movtextenc
-fate-sub-movtextenc: CMD = md5 -i $(SAMPLES)/sub/MovText_capability_tester.mp4 -map 0 -scodec mov_text -f mp4 -movflags frag_keyframe+empty_moov
+fate-sub-movtextenc: CMD = md5 -i $(SAMPLES)/sub/MovText_capability_tester.mp4 -map 0 -scodec mov_text -f mp4 -flags +bitexact -movflags frag_keyframe+empty_moov
FATE_SUBTITLES += fate-sub-realtext
fate-sub-realtext: CMD = md5 -i $(SAMPLES)/sub/RealText_capability_tester.rt -f ass
diff --git a/tests/ref/fate/sub-movtextenc b/tests/ref/fate/sub-movtextenc
index 19672c8..deafb64 100644
--- a/tests/ref/fate/sub-movtextenc
+++ b/tests/ref/fate/sub-movtextenc
@@ -1 +1 @@
-ea719ca95c36d0da638282ccd017dace
+42640029a44ce4c5748e5e7ba5c189fd
More information about the ffmpeg-cvslog
mailing list