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
3c230b2a
Commit
3c230b2a
authored
Jul 02, 2008
by
Laurent Aimar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed definition of asf_object_t.
Simplicy asf_object_t use.
parent
2536e65c
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
32 additions
and
45 deletions
+32
-45
modules/demux/asf/libasf.c
modules/demux/asf/libasf.c
+27
-44
modules/demux/asf/libasf.h
modules/demux/asf/libasf.h
+5
-1
No files found.
modules/demux/asf/libasf.c
View file @
3c230b2a
This diff is collapsed.
Click to expand it.
modules/demux/asf/libasf.h
View file @
3c230b2a
...
@@ -442,9 +442,13 @@ typedef union asf_object_u
...
@@ -442,9 +442,13 @@ typedef union asf_object_u
asf_object_metadata_t
metadata
;
asf_object_metadata_t
metadata
;
asf_object_codec_list_t
codec_list
;
asf_object_codec_list_t
codec_list
;
asf_object_marker_t
marker
;
asf_object_marker_t
marker
;
asf_object_language_list_t
lang
;
asf_object_language_list_t
lang
uage_list
;
asf_object_stream_bitrate_properties_t
stream_bitrate
;
asf_object_stream_bitrate_properties_t
stream_bitrate
;
asf_object_extended_stream_properties_t
ext_stream
;
asf_object_extended_stream_properties_t
ext_stream
;
asf_object_content_description_t
content_description
;
asf_object_advanced_mutual_exclusion_t
advanced_mutual_exclusion
;
asf_object_stream_prioritization_t
stream_prioritization
;
asf_object_extended_content_description_t
extended_content_description
;
}
asf_object_t
;
}
asf_object_t
;
...
...
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