Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f5801d23 authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 5998981 from 4333c308 to qt-qpr2-release

Change-Id: I5afb4f18f89fcd38524dbd46a6e368cc8173b3e9
parents 0a6b7926 4333c308
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
{
  "name": "com.android.media",
  "version": 290000000
  "version": 299900000
}
+1 −1
Original line number Diff line number Diff line
{
  "name": "com.android.media.swcodec",
  "version": 290000000
  "version": 299900000
}
+2 −2
Original line number Diff line number Diff line
@@ -73,8 +73,8 @@ public:

        addParameter(
                DefineParam(mChannelCount, C2_PARAMKEY_CHANNEL_COUNT)
                .withDefault(new C2StreamChannelCountInfo::output(0u, 6))
                .withFields({C2F(mChannelCount, value).equalTo(1)})
                .withDefault(new C2StreamChannelCountInfo::output(0u, 1))
                .withFields({C2F(mChannelCount, value).inRange(1, 6)})
                .withSetter(Setter<decltype(*mChannelCount)>::StrictValueWithNoDeps)
                .build());