This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
Remove leading underscore from union declaration.
Originally committed as revision 16437 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Carl Eugen Hoyos
17 years ago
parent
c47d146be8
commit
91d553c386
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavcodec/vdpau_render.h
+ 1
- 1
libavcodec/vdpau_render.h
View 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;
Write
Preview
Loading…
Cancel
Save