Skip to content

Commit 2f115ff

Browse files
committed
set quantisation to accept floats instead of just ints.
1 parent 7b932c6 commit 2f115ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

trunk/export_SVCD.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ package export_SVCD;
55
push @Arg_str,
66
'a_bitrate|ar:i',
77
'v_bitrate|vr:i',
8-
'quantisation:i',
8+
'quantisation:f',
99
'use_cutlist',
1010
'noise_reduction|denoise';
1111

0 commit comments

Comments
 (0)