GNOME Bugzilla – Bug 752414
dashdemux: default timescale value should be 1, not 0
Last modified: 2015-08-16 13:39:09 UTC
according to the standard, the default timescale value should be 1, not 0. This will also allow removal of checks like: if (timescale > 1) duration /= timescale;
Created attachment 307470 [details] [review] proposed patch
commit e12d3d9be2d07fa1e3c158ccba7b2c4ba4371b52 Author: Florin Apostol <florin.apostol@oregan.net> Date: Wed Jul 15 13:02:54 2015 +0100 dashdemux: default timescale is 1 default timescale value should be 1, not 0. https://bugzilla.gnome.org/show_bug.cgi?id=752414