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
ff5e5add
Commit
ff5e5add
authored
Nov 26, 2013
by
Francois Cartegnie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
demux: asf: add out-of-spec guids
parent
687a362c
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
0 deletions
+11
-0
modules/demux/asf/libasf.c
modules/demux/asf/libasf.c
+3
-0
modules/demux/asf/libasf_guid.h
modules/demux/asf/libasf_guid.h
+8
-0
No files found.
modules/demux/asf/libasf.c
View file @
ff5e5add
...
...
@@ -1550,6 +1550,9 @@ static const struct
{
&
asf_object_content_encryption_guid
,
"Content Encryption"
},
{
&
asf_object_advanced_content_encryption_guid
,
"Advanced Content Encryption"
},
{
&
asf_object_extended_content_encryption_guid
,
"Entended Content Encryption"
},
/* Non Readable from this point */
{
&
nonasf_object_index_placeholder_guid
,
"Index Placeholder"
},
{
&
nonasf_object_compatibility
,
"Object Compatibility"
},
{
NULL
,
"Unknown"
},
};
...
...
modules/demux/asf/libasf_guid.h
View file @
ff5e5add
...
...
@@ -222,6 +222,14 @@ static const guid_t asf_guid_mutex_bitrate =
static
const
guid_t
asf_guid_mutex_unknown
=
{
0xD6E22A02
,
0x35DA
,
0x11D1
,
{
0x90
,
0x34
,
0x00
,
0xA0
,
0xC9
,
0x03
,
0x49
,
0xBE
}};
// Obscure ones
// http://cpan.uwinnipeg.ca/htdocs/Audio-WMA/Audio/WMA.pm.html
static
const
guid_t
nonasf_object_index_placeholder_guid
=
{
0xD9AADE20
,
0x7C17
,
0x4F9C
,
{
0xBC
,
0x28
,
0x85
,
0x55
,
0xDD
,
0x98
,
0xE2
,
0xA2
}};
static
const
guid_t
nonasf_object_compatibility
=
{
0x26F18B5D
,
0x4584
,
0x47EC
,
{
0x9F
,
0x5F
,
0x0E
,
0x65
,
0x1F
,
0x04
,
0x52
,
0xC9
}};
/****************************************************************************
* GUID functions
...
...
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