comparison bitstream.h @ 2885:5dfb90019814 libavcodec

Rename put_string to ff_put_string to avoid a symbol clash on Mac OS X.
author diego
date Sun, 18 Sep 2005 21:21:01 +0000
parents 2b37bcabe608
children 64231191674b
comparison
equal deleted inserted replaced
2884:a332778dfa06 2885:5dfb90019814
93 s->bit_buf=0; 93 s->bit_buf=0;
94 #endif 94 #endif
95 } 95 }
96 96
97 void align_put_bits(PutBitContext *s); 97 void align_put_bits(PutBitContext *s);
98 void put_string(PutBitContext * pbc, char *s, int put_zero); 98 void ff_put_string(PutBitContext * pbc, char *s, int put_zero);
99 99
100 /* bit input */ 100 /* bit input */
101 /* buffer, buffer_end and size_in_bits must be present and used by every reader */ 101 /* buffer, buffer_end and size_in_bits must be present and used by every reader */
102 typedef struct GetBitContext { 102 typedef struct GetBitContext {
103 const uint8_t *buffer, *buffer_end; 103 const uint8_t *buffer, *buffer_end;