# HG changeset patch # User cehoyos # Date 1231166764 0 # Node ID 84ee6c59e2b00dbe89a6901bef75998d3a9bee86 # Parent f8bf438c60005b9350421a9a6a1d423cd3c27aed Remove leading underscore from union declaration. diff -r f8bf438c6000 -r 84ee6c59e2b0 vdpau_render.h --- a/vdpau_render.h Mon Jan 05 13:57:43 2009 +0000 +++ b/vdpau_render.h Mon Jan 05 14:46:04 2009 +0000 @@ -69,7 +69,7 @@ int state; ///< Holds FF_VDPAU_STATE_* values. /** picture parameter information for all supported codecs */ - union _VdpPictureInfo { + union VdpPictureInfo { VdpPictureInfoH264 h264; } info;