mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-24 11:49:48 +00:00
Remove leading underscore from union declaration.
Originally committed as revision 16437 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
c47d146be8
commit
91d553c386
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user