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

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Jun 10 19:42:38 PDT 2015


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

--- Comment #5 from Gilbok Lee <gilbok.lee at samsung.com> ---
(In reply to Edward Hervey from comment #4)
> Created attachment 304925 [details] [review]
> 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

This is same with what I prepared. :)

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