Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
7bc86920
Commit
7bc86920
authored
Feb 17, 2012
by
Julien Humbert
Committed by
Jean-Baptiste Kempf
Feb 18, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add .3ga audio extension
Signed-off-by:
Jean-Baptiste Kempf
<
jb@videolan.org
>
parent
7098f402
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
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
-1
No files found.
extras/package/win32/vlc.win32.nsi.in
View file @
7bc86920
...
...
@@ -258,6 +258,7 @@ FunctionEnd
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
!macro MacroAudioExtensions _action
!insertmacro ${_action} ".3ga"
!insertmacro ${_action} ".a52"
!insertmacro ${_action} ".aac"
!insertmacro ${_action} ".ac3"
...
...
include/vlc_interface.h
View file @
7bc86920
...
...
@@ -165,7 +165,7 @@ typedef enum vlc_dialog {
/* Useful text messages shared by interfaces */
#define INTF_ABOUT_MSG LICENSE_MSG
#define EXTENSIONS_AUDIO_CSV "a52", "aac", "ac3", "ape", "awb", "dts", "flac", "it", \
#define EXTENSIONS_AUDIO_CSV "
3ga", "
a52", "aac", "ac3", "ape", "awb", "dts", "flac", "it", \
"m4a", "m4p", "mka", "mlp", "mod", "mp1", "mp2", "mp3",\
"oga", "ogg", "oma", "s3m", "spx", "thd", "tta", \
"wav", "wma", "wv", "xm"
...
...
@@ -178,6 +178,7 @@ typedef enum vlc_dialog {
"rec", "rm", "rmvb", "ts", "vob", "wmv"
#define EXTENSIONS_AUDIO \
"*.3ga;" \
"*.a52;" \
"*.aac;" \
"*.ac3;" \
...
...
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