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

Commit 8b37693f authored by Sungtak Lee's avatar Sungtak Lee Committed by android-build-merger
Browse files

Merge "vorbisdec: support 192Khz sample rate for vorbis" into qt-aml-media-dev am: f54b3d77

am: aab47c20

Change-Id: I697334c07ada9ae93ada22895e7b5af9c893d04b
parents 01594f2d aab47c20
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -66,7 +66,7 @@ public:
        addParameter(
                DefineParam(mSampleRate, C2_PARAMKEY_SAMPLE_RATE)
                .withDefault(new C2StreamSampleRateInfo::output(0u, 48000))
                .withFields({C2F(mSampleRate, value).inRange(8000, 96000)})
                .withFields({C2F(mSampleRate, value).inRange(8000, 192000)})
                .withSetter((Setter<decltype(*mSampleRate)>::StrictValueWithNoDeps))
                .build());