mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-23 19:31:44 +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
|
|
|