GNOME Bugzilla – Bug 656929
vp8: drop frames is a uint in the libvpx API, not a boolean
Last modified: 2011-09-02 00:14:32 UTC
Looking in the libvpx history seems to have had it as a uint since the start, so I'm not sure why it's a boolean here.
Created attachment 194257 [details] [review] vp8: drop frames is a uint in the libvpx API, not a boolean
Properties shouldn't be uint unless there's a specific need for them, in which case the property should probably be uint32. But obviously, boolean is very wrong. commit 3ac9a366760da09a240bf35a4bad0dfd2ada9dd5 Author: David Schleef <ds@schleef.org> Date: Sun Aug 21 20:15:25 2011 -0700 vp8enc: fix drop-frame property Fixes #656929.
I mean commit cd35839e9868b86ba7988db1dd2aedc4c23af7ba