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

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


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

--- Comment #4 from Edward Hervey <bilboed at bilboed.com> ---
Created attachment 304925
  --> https://bugzilla.gnome.org/attachment.cgi?id=304925&action=edit
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

-- 
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