OSDN Git Service

Remove leading underscore from union declaration.
authorCarl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at>
Mon, 5 Jan 2009 14:46:04 +0000 (14:46 +0000)
committerCarl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at>
Mon, 5 Jan 2009 14:46:04 +0000 (14:46 +0000)
Originally committed as revision 16437 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/vdpau_render.h

index 9ff1889..776b6da 100644 (file)
@@ -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;