Sign in
chromium
/
chromium
/
src
/
c4c33e3cb156870aae722cfcebd6dd5649b66449
/
.
/
third_party
/
blink
/
renderer
/
modules
/
webcodecs
/
subsample_entry.idl
blob: a1ab0ab6d2135606de2b583253d28385ce7ea69b [
file
] [
log
] [
blame
]
// Copyright 2023 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
dictionary
SubsampleEntry
{
required
unsigned
long
clearBytes
;
required
unsigned
long
cypherBytes
;
};