Loading media/libstagefright/MediaExtractorFactory.cpp +6 −0 Original line number Diff line number Diff line Loading @@ -302,6 +302,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 @@ -302,6 +302,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