File tree 2 files changed +176
-188
lines changed
2 files changed +176
-188
lines changed Original file line number Diff line number Diff line change 1
- --- osc.lua 2023-09-20 20:17:42.473379651 +0200
2
- +++ patched_osc.lua 2023-09-20 20:17:42.482379658 +0200
3
- @@ -60 ,6 +60 ,233 @@
1
+ --- osc.lua 2024-05-19 01:34:16.957044847 +0200
2
+ +++ patched_osc.lua 2024-05-19 01:34:16.977044993 +0200
3
+ @@ -64 ,6 +64 ,233 @@
4
4
-- read options from config and command-line
5
5
opt.read_options(user_opts, "osc", function(list) update_options(list) end)
6
6
234
234
local osc_param = { -- calculated by osc_init()
235
235
playresy = 0, -- canvas size Y
236
236
playresx = 0, -- canvas size X
237
- @@ -833 ,6 +1060 ,10 @@
237
+ @@ -837 ,6 +1064 ,10 @@
238
238
ass_append_alpha(elem_ass, slider_lo.alpha, 0)
239
239
elem_ass:append(tooltiplabel)
240
240
245
245
end
246
246
end
247
247
248
- @@ -2497 ,11 +2728 ,22 @@
248
+ @@ -2493 ,11 +2724 ,22 @@
249
249
-- Messages
250
250
render_message(ass)
251
251
267
267
+
268
268
-- submit
269
269
set_osd(osc_param.playresy * osc_param.display_aspect,
270
- osc_param.playresy, ass.text)
271
- @@ -2742 ,6 +2984 ,21 @@
270
+ osc_param.playresy, ass.text, 1000 )
271
+ @@ -2738 ,6 +2980 ,21 @@
272
272
end
273
273
end
274
274
You can’t perform that action at this time.
0 commit comments