]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/commitdiff
Remove leading underscore from union declaration.
authorcehoyos <cehoyos@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Mon, 5 Jan 2009 14:46:04 +0000 (14:46 +0000)
committercehoyos <cehoyos@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Mon, 5 Jan 2009 14:46:04 +0000 (14:46 +0000)
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16437 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

libavcodec/vdpau_render.h

index 9ff18894b514775f086244de7b73d02f3eb61f39..776b6da608a5004d21fbbe1d4eac9aaef9e43888 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;