notify the user if nothing was done
This commit is contained in:
parent
a6a2c8e88e
commit
4b2c0814ad
|
@ -118,6 +118,7 @@ end
|
|||
|
||||
ffmpeg.create_videoclip = function(fn)
|
||||
if not timings:validate() then
|
||||
mp.osd_message("Wrong timings. Aborting.", 2)
|
||||
return
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue