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

Commit aab47c20 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

Change-Id: I67fc51548fac57586e9841678731516d79c4f69d
parents 430c4038 f54b3d77
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());