Commit 91d553c3 authored by Carl Eugen Hoyos's avatar Carl Eugen Hoyos

Remove leading underscore from union declaration.

Originally committed as revision 16437 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent c47d146b
...@@ -69,7 +69,7 @@ struct vdpau_render_state { ...@@ -69,7 +69,7 @@ struct vdpau_render_state {
int state; ///< Holds FF_VDPAU_STATE_* values. int state; ///< Holds FF_VDPAU_STATE_* values.
/** picture parameter information for all supported codecs */ /** picture parameter information for all supported codecs */
union _VdpPictureInfo { union VdpPictureInfo {
VdpPictureInfoH264 h264; VdpPictureInfoH264 h264;
} info; } info;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment