diff vdpau.h @ 8553:6ce9f5616a57 libavcodec

Rename bitstreamBuffers* as bitstream_buffers*
author cehoyos
date Wed, 07 Jan 2009 23:42:07 +0000
parents 5800aecff5f8
children 8b80f8285b1b
line wrap: on
line diff
--- a/vdpau.h	Wed Jan 07 23:38:54 2009 +0000
+++ b/vdpau.h	Wed Jan 07 23:42:07 2009 +0000
@@ -74,9 +74,9 @@
     } info;
 
     /** Describe size/location of the compressed video data. */
-    int bitstreamBuffersAllocated;
-    int bitstreamBuffersUsed;
-    VdpBitstreamBuffer *bitstreamBuffers;
+    int bitstream_buffers_allocated;
+    int bitstream_buffers_used;
+    VdpBitstreamBuffer *bitstream_buffers;
 };
 
 /* @}*/