diff --git a/src/Extension/Frame.h b/src/Extension/Frame.h index 1ad4734d..d7c4d8f6 100644 --- a/src/Extension/Frame.h +++ b/src/Extension/Frame.h @@ -32,7 +32,7 @@ typedef enum { CodecL16, CodecVP8, CodecVP9, - CodecMax = 0x7FFF + CodecMax } CodecId; typedef enum { @@ -41,7 +41,7 @@ typedef enum { TrackAudio, TrackTitle, TrackApplication, - TrackMax = 4 + TrackMax } TrackType; /**