Skip to content

Commit

Permalink
1748 Video Support in V1.0: part 3/3 : support AsfVideo : fix Mac Os …
Browse files Browse the repository at this point in the history
…error compile
  • Loading branch information
mohamedchebbii committed Nov 7, 2022
1 parent db2a742 commit 009aa70
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/asfvideo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -148,13 +148,6 @@ constexpr const TagVocabulary GUIDReferenceTags[] = {
{"6698B84E-0AFA-4330-AEB2-1C0A98D7A44D", "Payload_Extension_System_Encryption_Sample_ID"},
{"00E1AF06-7BEC-11D1-A582-00C04FC29CFB", "Payload_Extension_System_Degradable_JPEG"}};

//! Audio codec type-specific data in ASF
constexpr const TagDetails audioCodec[] = {{0x161, "Windows Media Audio (7, 8, and 9 Series)"},
{0x162, "Windows Media Audio 9 Professional"},
{0x163, "Windows Media Audio 9 Lossless"},
{0x7A21, "GSM-AMR (CBR, no SID)"},
{0x7A22, "GSM-AMR (VBR including SID)"}};

constexpr const TagDetails filePropertiesTags[] = {{7, "Xmp.video.FileLength"}, {6, "Xmp.video.CreationDate"},
{5, "Xmp.video.DataPackets"}, {4, "Xmp.video.Duration"},
{3, "Xmp.video.SendDuration"}, {2, "Xmp.video.Preroll"},
Expand Down

0 comments on commit 009aa70

Please sign in to comment.