Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
b378ac85
Commit
b378ac85
authored
Apr 01, 2012
by
Kaarlo Raiha
Committed by
Jean-Baptiste Kempf
Apr 08, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add file extension .gvi aka Google video
Signed-off-by:
Jean-Baptiste Kempf
<
jb@videolan.org
>
parent
4599e6a4
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
extras/package/win32/vlc.win32.nsi.in
extras/package/win32/vlc.win32.nsi.in
+1
-0
include/vlc_interface.h
include/vlc_interface.h
+2
-2
No files found.
extras/package/win32/vlc.win32.nsi.in
View file @
b378ac85
...
@@ -320,6 +320,7 @@ FunctionEnd
...
@@ -320,6 +320,7 @@ FunctionEnd
!insertmacro ${_action} ".dv"
!insertmacro ${_action} ".dv"
!insertmacro ${_action} ".f4v"
!insertmacro ${_action} ".f4v"
!insertmacro ${_action} ".flv"
!insertmacro ${_action} ".flv"
!insertmacro ${_action} ".gvi"
!insertmacro ${_action} ".gxf"
!insertmacro ${_action} ".gxf"
!insertmacro ${_action} ".m1v"
!insertmacro ${_action} ".m1v"
!insertmacro ${_action} ".m2t"
!insertmacro ${_action} ".m2t"
...
...
include/vlc_interface.h
View file @
b378ac85
...
@@ -170,7 +170,7 @@ typedef enum vlc_dialog {
...
@@ -170,7 +170,7 @@ typedef enum vlc_dialog {
"oga", "ogg", "oma", "qcp", "ra", "rmi", "s3m", "spx", "thd", "tta", \
"oga", "ogg", "oma", "qcp", "ra", "rmi", "s3m", "spx", "thd", "tta", \
"wav", "wma", "wv", "xm"
"wav", "wma", "wv", "xm"
#define EXTENSIONS_VIDEO_CSV "asf", "avi", "divx", "drc", "dv", "f4v", "flv", "gxf", "iso", \
#define EXTENSIONS_VIDEO_CSV "asf", "avi", "divx", "drc", "dv", "f4v", "flv", "g
vi", "g
xf", "iso", \
"m1v", "m2v", "m2t", "m2ts", "m4v", "mkv", "mov",\
"m1v", "m2v", "m2t", "m2ts", "m4v", "mkv", "mov",\
"mp2", "mp4", "mpeg", "mpeg1", \
"mp2", "mp4", "mpeg", "mpeg1", \
"mpeg2", "mpeg4", "mpg", "mts", "mtv", "mxf", "mxg", "nuv", \
"mpeg2", "mpeg4", "mpg", "mts", "mtv", "mxf", "mxg", "nuv", \
...
@@ -227,7 +227,7 @@ typedef enum vlc_dialog {
...
@@ -227,7 +227,7 @@ typedef enum vlc_dialog {
"*.xa;" \
"*.xa;" \
"*.xm"
"*.xm"
#define EXTENSIONS_VIDEO "*.3g2;*.3gp;*.3gp2;*.3gpp;*.amv;*.asf;*.avi;*.bin;*.divx;*.drc;*.dv;*f4v;*.flv;*.gxf;*.iso;*.m1v;*.m2v;" \
#define EXTENSIONS_VIDEO "*.3g2;*.3gp;*.3gp2;*.3gpp;*.amv;*.asf;*.avi;*.bin;*.divx;*.drc;*.dv;*f4v;*.flv;*.g
vi;*.g
xf;*.iso;*.m1v;*.m2v;" \
"*.m2t;*.m2ts;*.m4v;*.mkv;*.mov;*.mp2;*.mp2v;*.mp4;*.mp4v;*.mpa;*.mpe;*.mpeg;*.mpeg1;" \
"*.m2t;*.m2ts;*.m4v;*.mkv;*.mov;*.mp2;*.mp2v;*.mp4;*.mp4v;*.mpa;*.mpe;*.mpeg;*.mpeg1;" \
"*.mpeg2;*.mpeg4;*.mpg;*.mpv2;*.mts;*.mtv;*.mxf;*.mxg;*.nsv;*.nuv;" \
"*.mpeg2;*.mpeg4;*.mpg;*.mpv2;*.mts;*.mtv;*.mxf;*.mxg;*.nsv;*.nuv;" \
"*.ogg;*.ogm;*.ogv;*.ogx;*.ps;" \
"*.ogg;*.ogm;*.ogv;*.ogx;*.ps;" \
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment