mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-10 10:33:29 -05:00
ATV modulator: added .vob in the list of supported video file extensions
This commit is contained in:
parent
dee348a2ad
commit
54b6ea8b0a
@ -260,7 +260,7 @@ void ATVModGUI::on_imageFileDialog_clicked(bool checked)
|
||||
void ATVModGUI::on_videoFileDialog_clicked(bool checked)
|
||||
{
|
||||
QString fileName = QFileDialog::getOpenFileName(this,
|
||||
tr("Open video file"), ".", tr("Video Files (*.avi *.mpg *.mp4 *.mov *.m4v)"));
|
||||
tr("Open video file"), ".", tr("Video Files (*.avi *.mpg *.mp4 *.mov *.m4v *.vob)"));
|
||||
|
||||
if (fileName != "")
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user