summaryrefslogtreecommitdiff
path: root/libavcodec/vdpau.h
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at>2009-01-07 23:42:07 +0000
committerCarl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at>2009-01-07 23:42:07 +0000
commit6cc01c245fc700598b961230999520d95726165d (patch)
treed10d9590403976391aaeae875dd394cf7c8c891a /libavcodec/vdpau.h
parent1bb04d5a441ee1eb1f1fb6d2ebb5e0b849fc337b (diff)
Rename bitstreamBuffers* as bitstream_buffers*
Originally committed as revision 16491 to svn://svn.ffmpeg.org/ffmpeg/trunk
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;
};
/* @}*/