[gstreamer-bugs] [Bug 619484] vp8dec: s/IMG_FMT_I420/VPX_IMG_FMT_I420/

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon May 24 00:47:38 PDT 2010


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

Sebastian Dröge <slomo> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |slomo at circular-chaos.org

--- Comment #1 from Sebastian Dröge <slomo at circular-chaos.org> 2010-05-24 07:47:32 UTC ---
Better would be something like this additionally:

#ifndef VPX_IMG_FMT_I420
#define VPX_IMG_FMT_I420 IMG_FMT_I420
#endif

That way compilation with latest release is still possible.

I saw that commit too but I planned to wait until all defines/enum values/etc
from vpx_image.h are changed. The PLANE_ defines are still not prefixed by VPX_
for example.

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