am 8d670d34
: Merge change I1f1c7bad into eclair-mr2
Merge commit '8d670d345893fb9b9566f6b8c20202b77d4d211a' into eclair-mr2-plus-aosp * commit '8d670d345893fb9b9566f6b8c20202b77d4d211a': I accidentally broke this code while refactoring MediaScanner. This is the fix.
This commit is contained in:
@ -32,13 +32,6 @@ status_t StagefrightMediaScanner::processFile(
|
|||||||
return OK;
|
return OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
void StagefrightMediaScanner::setLocale(const char *locale) {
|
|
||||||
if (mLocale) {
|
|
||||||
free(mLocale);
|
|
||||||
}
|
|
||||||
mLocale = strdup(locale);
|
|
||||||
}
|
|
||||||
|
|
||||||
char *StagefrightMediaScanner::extractAlbumArt(int fd) {
|
char *StagefrightMediaScanner::extractAlbumArt(int fd) {
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user