mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 15:03:25 +00:00
Update codec values
This commit is contained in:
@@ -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';
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user