[Bug 750685] h263parse: Wrong mask use in the find_psc function.

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Jun 10 01:35:39 PDT 2015


https://bugzilla.gnome.org/show_bug.cgi?id=750685

Edward Hervey <bilboed at bilboed.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bilboed at bilboed.com

--- Comment #2 from Edward Hervey <bilboed at bilboed.com> ---
Indeed, it looks as though the mask is wrong

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