Skip to content

Commit

Permalink
[webcodecs] Fix type of EncodedAudioChunkInit.type
Browse files Browse the repository at this point in the history
Change-Id: Iee6a5981241d6a9c7e3993e7b1a26960f05721fc
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2821885
Commit-Queue: Eugene Zemtsov <eugene@chromium.org>
Auto-Submit: Ben Wagner aka dogben <benjaminwagner@google.com>
Reviewed-by: Eugene Zemtsov <eugene@chromium.org>
Cr-Commit-Position: refs/heads/master@{#872324}
GitOrigin-RevId: eebdfe9f0dc47cc7239231cfec041174e56650f5
  • Loading branch information
dogben authored and copybara-github committed Apr 14, 2021
1 parent 2124434 commit 55bb3e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// https://github.com/WICG/web-codecs

dictionary EncodedAudioChunkInit {
required EncodedVideoChunkType type;
required EncodedAudioChunkType type;
required unsigned long long timestamp; // microseconds
required BufferSource data;
};

0 comments on commit 55bb3e1

Please sign in to comment.