summaryrefslogtreecommitdiff
path: root/libavcodec/bitstream.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2005-09-18 21:21:01 +0000
committerDiego Biurrun <diego@biurrun.de>2005-09-18 21:21:01 +0000
commit344b825cebd2aa3f36316fdfbc4d564c9ce1d02c (patch)
tree19c48102fe19fc67a087a9122de8c14fdf3dffce /libavcodec/bitstream.h
parent21189011922a9d2dbff4ebba9d5bacc9d1215f99 (diff)
Rename put_string to ff_put_string to avoid a symbol clash on Mac OS X.
Originally committed as revision 4597 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/bitstream.h')
-rw-r--r--libavcodec/bitstream.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/bitstream.h b/libavcodec/bitstream.h
index 0e60ea1d44..26dee2df88 100644
--- a/libavcodec/bitstream.h
+++ b/libavcodec/bitstream.h
@@ -95,7 +95,7 @@ static inline void flush_put_bits(PutBitContext *s)
}
void align_put_bits(PutBitContext *s);
-void put_string(PutBitContext * pbc, char *s, int put_zero);
+void ff_put_string(PutBitContext * pbc, char *s, int put_zero);
/* bit input */
/* buffer, buffer_end and size_in_bits must be present and used by every reader */