diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-12-07 02:17:34 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-12-08 20:50:53 +0100 |
| commit | 9bd8b3304f35f0b27bf18f2167302f1fd5d3f92b (patch) | |
| tree | a500ed5d7a7247d10a25fdc26f130f3382756183 /run/tests | |
| parent | deacb9bae6893f4d40c7b68a098b72549176df7b (diff) | |
Try AVSEEK_FLAG_ANY if _BACKWARD fails.
We usually want to do _BACKWARD as this should seek to the keyframe
before the seek position. On some files this fails, and then it
seems that _ANY is a good next thing to try.
Diffstat (limited to 'run/tests')
| -rwxr-xr-x | run/tests | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ # e.g. --run_tests=foo set -e -PRIVATE_GIT="81e32cb5962320333839b7020d14d9f291b8ff2d" +PRIVATE_GIT="e92043f43b024812f2b5f8c8faed159a15a87aaf" DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )" source $DIR/environment |
