Loading media/libstagefright/MediaExtractorFactory.cpp +6 −0 Original line number Diff line number Diff line Loading @@ -298,6 +298,12 @@ void MediaExtractorFactory::LoadExtractors() { #endif "/extractors", NULL, *newList); RegisterExtractors("/system_ext/lib" #ifdef __LP64__ "64" #endif "/extractors", NULL, *newList); newList->sort(compareFunc); gPlugins = newList; Loading Loading
media/libstagefright/MediaExtractorFactory.cpp +6 −0 Original line number Diff line number Diff line Loading @@ -298,6 +298,12 @@ void MediaExtractorFactory::LoadExtractors() { #endif "/extractors", NULL, *newList); RegisterExtractors("/system_ext/lib" #ifdef __LP64__ "64" #endif "/extractors", NULL, *newList); newList->sort(compareFunc); gPlugins = newList; Loading