blob: 2a70ae688043bc9b227272f2873d0f4e2f1cec9e [file] [log] [blame]
Lajos Molnar64fd5712024-01-11 15:50:25 -08001# Codec framework feature flags.
2#
3# !!! Please add flags in alphabetical order. !!!
4
5package: "android.media.codec"
6
7flag {
8 name: "dynamic_color_aspects"
9 namespace: "codec_fwk"
10 description: "Feature flag for dynamic color aspect support"
11 bug: "297914560"
12}
Lajos Molnar9a30c8b2024-01-11 15:49:29 -080013
14flag {
15 name: "hlg_editing"
16 namespace: "codec_fwk"
17 description: "Feature flag for HLG editing support"
18 bug: "316397061"
19}