Skip to content

Commit a9c1601

Browse files
committed
Merge pull request #81 from SamarRizvi/patch-9
Update AudioFormat.php
2 parents c9cdf1c + a2c5df7 commit a9c1601

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PHPVideoToolkit/AudioFormat.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ public function setAudioQuality($quality)
397397
}
398398
else if (is_int($quality) === false && is_float($quality) === false)
399399
{
400-
throw new \InvalidArgumentException('The volume value must be an integer or float value.');
400+
throw new \InvalidArgumentException('Audio quality value must be an integer or float value.');
401401
}
402402

403403
// interpret quality into ffmpeg value

0 commit comments

Comments
 (0)