[Bug 750685] h263parse: Wrong mask use in the find_psc function.
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Wed Jun 10 01:37:12 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=750685
--- Comment #3 from Edward Hervey <bilboed at bilboed.com> ---
Created attachment 304924
--> https://bugzilla.gnome.org/attachment.cgi?id=304924&action=edit
h264parse: 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
--
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