Now doesn't fail with AVPROBE or FFPROBE if a file doesn't have streams
This commit is contained in:
parent
0a437b5bbb
commit
f765450864
4 changed files with 10 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ class configuration(GObject.GObject):
|
|||
|
||||
def __init__(self):
|
||||
GObject.GObject.__init__(self)
|
||||
self.version = "0.1 Beta 8"
|
||||
self.version = "0.1 Beta 9"
|
||||
|
||||
def fill_config(self):
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue