Remove id from `MediaPlayerSupportedFormat` (#948)

This commit is contained in:
Jesse Hills 2024-09-04 11:32:46 +12:00 committed by GitHub
parent 7d112a82e9
commit 617f7cec10
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 191 additions and 192 deletions

View File

@ -1139,7 +1139,6 @@ enum MediaPlayerFormatPurpose {
MEDIA_PLAYER_FORMAT_PURPOSE_ANNOUNCEMENT = 1;
}
message MediaPlayerSupportedFormat {
option (id) = 119;
option (ifdef) = "USE_MEDIA_PLAYER";
string format = 1;

File diff suppressed because one or more lines are too long