ffmpeg-mappable-media/tests
Sébastien Nikolaou e8b247891b Fix missing audio artwork metadata on multiple exports (#340)
When the metadata filter is applied on an `Audio` media, the `artwork`
parameter was being unset from the metadata array.

Saving the same `Audio` instance into multiple formats generated the
correct commands for the first export, but the subsequent commands were
missing the `artwork` parameter.

This commit fixes this issue by copying (by value) the `metaArr`
property to a local variable each time the filter is applied.
2017-04-12 14:40:31 -03:00
..
files Concatenation feature (#287) 2017-02-14 13:55:07 -03:00
fixtures/ffprobe Version 0.3 2013-06-25 10:03:20 +02:00
Functional Add support for aac codec of ffmpeg3 2016-12-05 18:12:12 +01:00
Unit Fix missing audio artwork metadata on multiple exports (#340) 2017-04-12 14:40:31 -03:00
bootstrap.php Cleanup phpunit configs and PSR-4 autoloading and namespaces for tests 2016-03-06 23:38:04 +01:00