changeset 8528:84ee6c59e2b0 libavcodec

Remove leading underscore from union declaration.
author cehoyos
date Mon, 05 Jan 2009 14:46:04 +0000
parents f8bf438c6000
children 1cb8c8e14a0a
files vdpau_render.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;