summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at>2009-01-05 14:46:04 +0000
committerCarl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at>2009-01-05 14:46:04 +0000
commit91d553c38674ee2b657888da5981d113bf14c19b (patch)
treea559f8e390f9e1333133e784dc4b218553c9a6a9 /libavcodec
parentc47d146be8cbfe41df8c4f1ce3b5bb993909514c (diff)
Remove leading underscore from union declaration.
Originally committed as revision 16437 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/vdpau_render.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/vdpau_render.h b/libavcodec/vdpau_render.h
index 9ff18894b5..776b6da608 100644
--- a/libavcodec/vdpau_render.h
+++ b/libavcodec/vdpau_render.h
@@ -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;