Mercurial > libavcodec.hg
diff bitstream.h @ 9405:9fc81340a5a8 libavcodec
Rename the 'put_zero' parameter of ff_put_string() to
'terminate_string'.
| author | stefano |
|---|---|
| date | Sat, 11 Apr 2009 15:54:21 +0000 |
| parents | 72d354a91367 |
| children | 0129a71aae90 |
line wrap: on
line diff
--- a/bitstream.h Sat Apr 11 14:49:46 2009 +0000 +++ b/bitstream.h Sat Apr 11 15:54:21 2009 +0000 @@ -159,7 +159,7 @@ * Pads the bitstream with zeros up to the next byte boundary. */ void align_put_bits(PutBitContext *s); -void ff_put_string(PutBitContext * pbc, const char *s, int put_zero); +void ff_put_string(PutBitContext * pbc, const char *s, int terminate_string); /** * Copies the content of \p src to the bitstream.
