Update codec values

This commit is contained in:
Romain Neutron
2012-10-02 16:49:32 +02:00
parent 1ae6ec02ec
commit 9c6f1fd9dc
2 changed files with 3 additions and 3 deletions

View File

@@ -78,7 +78,7 @@ class patch_370 implements patchInterface
foreach ($XPath->query('/record/subdefs/subdefgroup/subdef/acodc') as $acodec) {
if ($acodec->nodeValue == 'faac') {
$acodec->nodeValue = 'libfaac';
$acodec->nodeValue = 'libvo_aacenc';
}
}