Merge commit 'b8fb6c0bd8236fb964697639d7bbe8e7cf78e3b4' * commit 'b8fb6c0bd8236fb964697639d7bbe8e7cf78e3b4': 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;
|
||||
}
|
||||
|
||||
void StagefrightMediaScanner::setLocale(const char *locale) {
|
||||
if (mLocale) {
|
||||
free(mLocale);
|
||||
}
|
||||
mLocale = strdup(locale);
|
||||
}
|
||||
|
||||
char *StagefrightMediaScanner::extractAlbumArt(int fd) {
|
||||
return NULL;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user