[FFmpeg-devel] [PATCH] cmdutils - don't search for option 'default'

Hendrik Leppkes h.leppkes at gmail.com
Fri May 18 11:38:46 EEST 2018


On Thu, May 17, 2018 at 1:10 PM, Gyan Doshi <gyandoshi at gmail.com> wrote:
>
> Of these, 10 failed (and have always failed) because of avformat_open_file
> errors. Since I'm running this in MSYS2,
>
> '/ffmpeg/fate-suite/folder/samplefile'
>
> gets translated to
>
> 'G:/Code/ffmpeg/fate-suite/folder/samplefile'
>
> avformat_open_file is passed arg of 'G' and fails. This happens in 8 tests.
>
>

You can avoid that by using a relative path to the samples. FATE does
not properly quote/escape pathes for windows absolute pathes to work.
Making sure that fate passes without your changes first is essential
to find regressions.

- Hendrik


More information about the ffmpeg-devel mailing list