mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-07-30 05:54:26 -04:00
ATV modulator: added .vob in the list of supported video file extensions
This commit is contained in:
@@ -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 != "")
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user