[MPlayer-cvslog] r28760 - trunk/libvo/vo_vdpau.c
Reimar Döffinger
Reimar.Doeffinger at stud.uni-karlsruhe.de
Sat Feb 28 14:34:17 CET 2009
On Sat, Feb 28, 2009 at 02:20:02PM +0100, cehoyos wrote:
> + VdpVideoMixerAttribute attributes[] = {VDP_VIDEO_MIXER_ATTRIBUTE_CSC_MATRIX};
Maybe static const?
> + procamp.hue = value / 100.0 * 3.141592;
This (and the other place where it appears) should be M_PI - this is not
part of C99 I think, but already required by FFmpeg, you can use
libavutil/mathematics.h to get it defined in a portable way.
More information about the MPlayer-cvslog
mailing list