[FFmpeg-devel] [PATCH]Remove leading underscore from vdpau_render.h

Carl Eugen Hoyos cehoyos
Mon Jan 5 15:14:52 CET 2009


Hi!

Attached patch removes a leading underscore from vdpau_render.h as 
requested by Diego.

Carl Eugen
-------------- next part --------------
Index: libavcodec/vdpau_render.h
===================================================================
--- libavcodec/vdpau_render.h	(revision 16434)
+++ libavcodec/vdpau_render.h	(working copy)
@@ -71,7 +71,7 @@
     int state; ///< Holds FF_VDPAU_STATE_* values
 
     /** Picture Parameter information for all supported codecs */
-    union _VdpPictureInfo {
+    union VdpPictureInfo {
         VdpPictureInfoH264     h264;
     } info;
 



More information about the ffmpeg-devel mailing list