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
b0271aa7
Commit
b0271aa7
authored
Apr 26, 2009
by
Konstanty
Committed by
Laurent Aimar
Apr 26, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adds a few more types of MOD files
Signed-off-by:
Laurent Aimar
<
fenrir@videolan.org
>
parent
5091d5e1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
modules/demux/mod.c
modules/demux/mod.c
+6
-3
No files found.
modules/demux/mod.c
View file @
b0271aa7
...
...
@@ -401,8 +401,10 @@ static int Validate( demux_t *p_demux, const char *psz_ext )
{
20
,
"!SCREAM!"
},
/* STM */
{
20
,
"!Scream!"
},
/* STM */
{
20
,
"BMOD2STM"
},
/* STM */
{
0
,
"MMD0"
},
/* MED */
{
0
,
"MMD1"
},
/* MED */
{
0
,
"MMD0"
},
/* MED v0 */
{
0
,
"MMD1"
},
/* MED v1 */
{
0
,
"MMD2"
},
/* MED v2 */
{
0
,
"MMD3"
},
/* MED v3 */
{
0
,
"MTM"
},
/* MTM */
{
0
,
"DMDL"
},
/* MDL */
{
0
,
"DBM0"
},
/* DBM */
...
...
@@ -416,7 +418,8 @@ static int Validate( demux_t *p_demux, const char *psz_ext )
{
0
,
"DDMF"
},
/* DMF */
{
8
,
"DSMFSONG"
},
/* DSM */
{
0
,
"
\xc1\x83\x2a\x9e
"
},
/* UMX */
{
0
,
"ASYLUM Music Format V1.0"
},
/* AMF */
{
0
,
"ASYLUM Music Format V1.0"
},
/* AMF Type 0 */
{
0
,
"AMF"
},
/* AMF */
{
0
,
"PSM
\xfe
"
},
/* PSM */
{
0
,
"PSM "
},
/* PSM */
{
0
,
"MT20"
},
/* MT2 */
...
...
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