Add a flag for in-process software audio codecs
Bug: 297922713
Test: builds
Change-Id: I643464da61bf84c1f5a478fef9d19d45b3163507
diff --git a/media/aconfig/codec_fwk.aconfig b/media/aconfig/codec_fwk.aconfig
index 1475e15..f70d95b 100644
--- a/media/aconfig/codec_fwk.aconfig
+++ b/media/aconfig/codec_fwk.aconfig
@@ -27,6 +27,13 @@
}
flag {
+ name: "in_process_sw_audio_codec"
+ namespace: "codec_fwk"
+ description: "Feature flag for in-process software audio codec support"
+ bug: "297922713"
+}
+
+flag {
name: "null_output_surface"
namespace: "codec_fwk"
description: "Feature flag for null output Surface support"