GNOME Bugzilla – Bug 692271
codecparsers: vc1: fix VOPDQUANT parser for DQUANT == 2
Last modified: 2013-01-24 23:20:49 UTC
Created attachment 234088 [details] [review] codecparsers: vc1: fix VOPDQUANT parser for DQUANT == 2 Fix parsing of VOPDQUANT when DQUANT == 2. In particular, DQUANTFRM is not present in the bitstream in this case and it shall be derived to the default value of zero (7.1.1.31.1). I plan to apply this patch to all gst-plugins-bad branches. Thanks.
commit 93fbcfda238fc992793602b582824af2edd48bfb Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com> Date: Tue Jan 22 10:48:39 2013 +0100 codecparsers: vc1: fix VOPDQUANT parser for DQUANT == 2. Fix parsing of VOPDQUANT when DQUANT == 2. In particular, DQUANTFRM is not present in the bitstream in this case and it shall be derived to the default value of zero (7.1.1.31.1). https://bugzilla.gnome.org/show_bug.cgi?id=692271 Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>