GNOME Bugzilla – Bug 688626
codecparsers: vc1: fix PTYPE for interlaced frames
Last modified: 2012-11-19 14:16:35 UTC
Created attachment 229356 [details] [review] codecparsers: vc1: fix PTYPE for interlaced frames Hi, Coverity found missing break in parse_frame_header_advanced() when determining PTYPE from FPTYPE for interlaced streams. OK to push the attached patch to both master and 0.10 branches? Thanks.
Comment on attachment 229356 [details] [review] codecparsers: vc1: fix PTYPE for interlaced frames Yes, of course. Please add the link to this bug to the commit message as well, thanks!
commit e179a6b4dc6b6b266d95307a41fae414d4a137bd Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com> Date: Mon Nov 19 10:32:57 2012 +0100 codecparsers: vc1: fix PTYPE for interlaced frames. Coverity found missing break in parse_frame_header_advanced() when determining PTYPE from FPTYPE for interlaced streams. https://bugzilla.gnome.org/show_bug.cgi?id=688626 Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>