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

Commit 369ad274 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Remove VTS reference to non-shipping OMX/xaac plugin" into rvc-dev

parents 05331bc9 5c95bdb2
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -34,12 +34,7 @@ static const struct {
    const char *mRole;

} kComponents[] = {
    // two choices for aac decoding.
    // configurable in media/libstagefright/data/media_codecs_google_audio.xml
    // default implementation
    { "OMX.google.aac.decoder", "aacdec", "audio_decoder.aac" },
    // alternate implementation
    { "OMX.google.xaac.decoder", "xaacdec", "audio_decoder.aac" },
    { "OMX.google.aac.encoder", "aacenc", "audio_encoder.aac" },
    { "OMX.google.amrnb.decoder", "amrdec", "audio_decoder.amrnb" },
    { "OMX.google.amrnb.encoder", "amrnbenc", "audio_encoder.amrnb" },