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

Commit eed157dc authored by Andreas Huber's avatar Andreas Huber Committed by Android Git Automerger
Browse files

am ccf51ec4: Merge "SoftVorbis: Set the right encoding in the port definition"

* commit 'ccf51ec4':
  SoftVorbis: Set the right encoding in the port definition
parents b99c5b8e ccf51ec4
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -93,7 +93,7 @@ void SoftVorbis::initPorts() {


    def.format.audio.pNativeRender = NULL;
    def.format.audio.pNativeRender = NULL;
    def.format.audio.bFlagErrorConcealment = OMX_FALSE;
    def.format.audio.bFlagErrorConcealment = OMX_FALSE;
    def.format.audio.eEncoding = OMX_AUDIO_CodingAAC;
    def.format.audio.eEncoding = OMX_AUDIO_CodingVORBIS;


    addPort(def);
    addPort(def);