diff options
author | Clément Bœsch <clement.boesch@smartjog.com> | 2011-07-06 16:35:12 +0200 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2011-08-13 19:13:02 +0200 |
commit | b33ca05b465dcb574d00823226ca0d872799175c (patch) | |
tree | ac2325300c923140cefb9282eef08f68b414d5f6 /tests | |
parent | 4c3c6e60f97e450c35a90dc6d66f3726b7b938b4 (diff) | |
download | ffmpeg-b33ca05b465dcb574d00823226ca0d872799175c.tar.gz |
mxf: add cli option in mxfenc to replace GOP timecode parsing.
This is based on the original work by Baptiste Coudurier.
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/lavf-regression.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lavf-regression.sh b/tests/lavf-regression.sh index 3650ce1b95..0c6a6ba547 100755 --- a/tests/lavf-regression.sh +++ b/tests/lavf-regression.sh @@ -63,7 +63,7 @@ do_lavf mpg fi if [ -n "$do_mxf" ] ; then -do_lavf mxf "-ar 48000 -bf 2 -timecode_frame_start 264363" +do_lavf mxf "-ar 48000 -bf 2 -timecode 02:56:14:13" fi if [ -n "$do_mxf_d10" ]; then |