[Bug 750685] h263parse: Wrong mask use in the find_psc function.
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Wed Jun 10 23:32:23 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=750685
Edward Hervey <bilboed at bilboed.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
Target Milestone|git master |1.5.2
--- Comment #6 from Edward Hervey <bilboed at bilboed.com> ---
commit 898b43621982175baba86fd02eadccf3af6c1091
Author: Edward Hervey <edward at centricular.com>
Date: Wed Jun 10 10:36:21 2015 +0200
h263parse: Fix PSC matching
We were off by one byte in the matching
It should be (using 24 bit matching):
* startcode : 0000 0000 0000 0000 1000 00xx
* mask (bin) : 1111 1111 1111 1111 1111 1100
* mask (hex) : f f f f f c
* match : 0 0 0 0 8 0
https://bugzilla.gnome.org/show_bug.cgi?id=750685
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list