Re: [FFmpeg-devel] [PATCH 1/7] fate: add rawdiff and use it for subtitles

2014-10-11 Thread Michael Niedermayer
On Sat, Oct 11, 2014 at 07:59:06PM +0200, Clément Bœsch wrote: > We want subtitles tests to match exactly line endings and trailing > characters. > --- > tests/fate-run.sh| 1 + > tests/fate/subtitles.mak | 1 + > 2 files changed, 2 insertions(+) LGTM [...] -- Michael GnuPG fingerpr

[FFmpeg-devel] [PATCH 1/7] fate: add rawdiff and use it for subtitles

2014-10-11 Thread Clément Bœsch
We want subtitles tests to match exactly line endings and trailing characters. --- tests/fate-run.sh| 1 + tests/fate/subtitles.mak | 1 + 2 files changed, 2 insertions(+) diff --git a/tests/fate-run.sh b/tests/fate-run.sh index 224da8b..2f18fa3 100755 --- a/tests/fate-run.sh +++ b/tests/