Commit 3c230b2a authored by Laurent Aimar's avatar Laurent Aimar

Fixed definition of asf_object_t.

Simplicy asf_object_t use.
parent 2536e65c
This diff is collapsed.
...@@ -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 language_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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment