Commit 84237bae authored by cehoyos's avatar cehoyos

Remove leading underscore from union declaration.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16437 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 62ccf49d
......@@ -69,7 +69,7 @@ struct vdpau_render_state {
int state; ///< Holds FF_VDPAU_STATE_* values.
/** picture parameter information for all supported codecs */
union _VdpPictureInfo {
union VdpPictureInfo {
VdpPictureInfoH264 h264;
} 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