ffmpeg-mappable-media/tests/Unit/Filters
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
..
Audio Fix missing audio artwork metadata on multiple exports (#340) 2017-04-12 14:40:31 -03:00
Frame Cleanup phpunit configs and PSR-4 autoloading and namespaces for tests 2016-03-06 23:38:04 +01:00
Video Merge branch 'master' into multipleframes 2017-01-13 12:28:36 -03:00
Waveform Fixed bugs in the tests 2016-11-16 14:46:11 -03:00
FiltersCollectionTest.php Cleanup phpunit configs and PSR-4 autoloading and namespaces for tests 2016-03-06 23:38:04 +01:00