You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
set locale to C in seek test
Originally committed as revision 9584 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -1,5 +1,8 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
LC_ALL=C
|
||||||
|
export LC_ALL
|
||||||
|
|
||||||
datadir="tests/data"
|
datadir="tests/data"
|
||||||
|
|
||||||
logfile="$datadir/seek.regression"
|
logfile="$datadir/seek.regression"
|
||||||
|
Reference in New Issue
Block a user