[vlc-commits] Add WPL to file dialogs
Jean-Baptiste Kempf
git at videolan.org
Sun Mar 28 18:54:20 UTC 2021
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Mar 28 20:53:00 2021 +0200| [b318f85b42dc1ce3958aebaf422e737a9c5cf48e] | committer: Jean-Baptiste Kempf
Add WPL to file dialogs
Close #22534
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b318f85b42dc1ce3958aebaf422e737a9c5cf48e
---
include/vlc_interface.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/vlc_interface.h b/include/vlc_interface.h
index e1df976506..8cb6dae5cc 100644
--- a/include/vlc_interface.h
+++ b/include/vlc_interface.h
@@ -231,7 +231,7 @@ typedef enum vlc_intf_dialog {
"*.ogg;*.ogm;*.ogv;*.ogx;*.ps;" \
"*.rec;*.rm;*.rmvb;*.rpl;*.thp;*.tod;*.tp;*.ts;*.tts;*.txd;*.vob;*.vro;*.webm;*.wm;*.wmv;*.wtv;*.xesc"
-#define EXTENSIONS_PLAYLIST "*.asx;*.b4s;*.cue;*.ifo;*.m3u;*.m3u8;*.pls;*.ram;*.rar;*.sdp;*.vlc;*.xspf;*.wax;*.wvx;*.zip;*.conf"
+#define EXTENSIONS_PLAYLIST "*.asx;*.b4s;*.cue;*.ifo;*.m3u;*.m3u8;*.pls;*.ram;*.rar;*.sdp;*.vlc;*.xspf;*.wax;*.wpl;*.wvx;*.zip;*.conf"
#define EXTENSIONS_MEDIA EXTENSIONS_VIDEO ";" EXTENSIONS_AUDIO ";" \
EXTENSIONS_PLAYLIST
More information about the vlc-commits
mailing list