Renamed classes and files
Fixed bug in double-pass compression when using ffmpeg
This commit is contained in:
parent
a69b040dbf
commit
08628f34ca
5 changed files with 11 additions and 11 deletions
|
|
@ -19,7 +19,7 @@ import subprocess
|
|||
import devede.configuration_data
|
||||
import devede.executor
|
||||
|
||||
class vlc_player(devede.executor.executor):
|
||||
class vlc(devede.executor.executor):
|
||||
|
||||
supports_analize = False
|
||||
supports_play = True
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue