mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-25 20:32:33 +00:00
14 lines
166 B
Ruby
14 lines
166 B
Ruby
|
#!/usr/bin/ruby -w
|
||
|
|
||
|
class T_031timecodes_v2 < Test
|
||
|
def description
|
||
|
return "INSERT DESCRIPTION"
|
||
|
end
|
||
|
|
||
|
def run
|
||
|
# INSERT COMMANDS
|
||
|
return nil
|
||
|
end
|
||
|
end
|
||
|
|