Make $file->getLength() return duration of GIF and APNG files.
authorBrian Wolff <bawolff+wn@gmail.com>
Sun, 14 Sep 2014 21:26:05 +0000 (18:26 -0300)
committerGergő Tisza <gtisza@wikimedia.org>
Thu, 24 Sep 2015 00:46:17 +0000 (00:46 +0000)
commit20f90051034c1e5e3c75c1add0b0fd7ae1e802b5
tree908addff9a34343733b31b5f6859e605dcbcc810
parentbb901c66e5aa70ce66ec019862ca345b135d0dab
Make $file->getLength() return duration of GIF and APNG files.

Its not just ogg files that have a duration, animated GIFs
and APNGs do too.

After If172a1cba is merged, this will show up in the api.

Change-Id: Ie7cf00df34950ae404fcf655dd16397a273e5523
includes/media/GIF.php
includes/media/PNG.php
tests/phpunit/includes/media/GIFTest.php
tests/phpunit/includes/media/PNGTest.php