This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
set locale to C in seek test
Originally committed as revision 9584 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Måns Rullgård
18 years ago
parent
df8e34603b
commit
1e56c151bc
2 changed files
with
451 additions
and
448 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+448
-448
tests/seek.regression.ref
+3
-0
tests/seek_test.sh
+ 448
- 448
tests/seek.regression.ref
File diff suppressed because it is too large
View File
+ 3
- 0
tests/seek_test.sh
View File
@@ -1,5 +1,8 @@
#!/bin/sh
LC_ALL=C
export LC_ALL
datadir="tests/data"
logfile="$datadir/seek.regression"
Write
Preview
Loading…
Cancel
Save