[Bug 692272] codecparsers: vc1: drop superfluous DQBEDGE

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Jan 22 02:55:51 PST 2013


https://bugzilla.gnome.org/show_bug.cgi?id=692272
  GStreamer | gst-plugins-bad | git

--- Comment #3 from Gwenole Beauchesne <gb.devel at gmail.com> 2013-01-22 10:49:44 UTC ---
Created an attachment (id=234090)
 View: https://bugzilla.gnome.org/attachment.cgi?id=234090
 Review: https://bugzilla.gnome.org/review?bug=692272&attachment=234090

codecparsers: vc1: simplify GstVC1VopDquant structure

Here is the suggested change.

    Rename dqsbedge to dqbedge. The intent is that we can only have a single
    boundary edge selector, depending on the value of dqprofile. So, dqbedge
    represents DQSBEDGE if dqprofile == GST_VC1_DQPROFILE_SINGLE_EDGE, or
    DQDBEDGE if dqprofile == GST_VC1_DQPROFILE_DOUBLE_EDGE.

    The former dqbedge field is marked as unused and can be removed on the
    next gst-plugins-bad version that allows ABI changes.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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