mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 15:03:25 +00:00
Fix tagname
This commit is contained in:
@@ -163,11 +163,11 @@ class databox_subdef
|
||||
}
|
||||
if ($sd->a_codec)
|
||||
{
|
||||
$video->setOptionValue(Video::OPTION_ACODEC, (string) $sd->a_codec);
|
||||
$video->setOptionValue(Video::OPTION_ACODEC, (string) $sd->acodec);
|
||||
}
|
||||
if ($sd->v_codec)
|
||||
{
|
||||
$video->setOptionValue(Video::OPTION_VCODEC, (string) $sd->v_codec);
|
||||
$video->setOptionValue(Video::OPTION_VCODEC, (string) $sd->vcodec);
|
||||
}
|
||||
if ($sd->fps)
|
||||
{
|
||||
|
Reference in New Issue
Block a user