GNOME Bugzilla – Bug 641404
[vp8enc] patch - use kbit/sec instead of bit/sec
Last modified: 2011-02-04 08:24:44 UTC
Created attachment 180019 [details] [review] patch vp8enc_bitrate.diff v1 Use kbit/sec for bitrate, insted of bit/sec. Same as theoraenc and x264enc
Created attachment 180044 [details] [review] patch vp8enc_bitrate.diff v2
Bit rate properties are supposed to be in bits/sec. theoraenc is kbits/sec because of ABI reasons, and will be changed in 0.11.
Created attachment 180046 [details] [review] patch vp8enc_bitrate.diff v3 add explicit description for units
Created attachment 180047 [details] [review] Add-description-for-bitrate-units.patch git ready
Applied, slightly modified.