Browse Source

allow flash player version 11.9 -> swf version 22 (closes #2376)

Simon Krajewski 11 năm trước cách đây
mục cha
commit
060de9e79d
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      genswf.ml

+ 1 - 0
genswf.ml

@@ -542,6 +542,7 @@ let swf_ver = function
 	| 11.6 -> 19
 	| 11.7 -> 20
 	| 11.8 -> 21
+	| 11.9 -> 22
 	| v -> failwith ("Invalid SWF version " ^ float_repres v)
 
 let convert_header com (w,h,fps,bg) =