summaryrefslogtreecommitdiff
path: root/libavcodec/vdpau.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/vdpau.h')
-rw-r--r--libavcodec/vdpau.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libavcodec/vdpau.h b/libavcodec/vdpau.h
index dde02e3ece..2d03356127 100644
--- a/libavcodec/vdpau.h
+++ b/libavcodec/vdpau.h
@@ -74,9 +74,9 @@ struct vdpau_render_state {
} 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;
};
/* @}*/