bitstream writer API
More...
#include <stdint.h>
#include <stddef.h>
#include "libavutil/intreadwrite.h"
#include "libavutil/avassert.h"
Go to the source code of this file.
§ avpriv_copy_bits()
| void avpriv_copy_bits |
( |
PutBitContext * |
pb, |
|
|
const uint8_t * |
src, |
|
|
int |
length |
|
) |
| |
Copy the content of src to the bitstream.
- Parameters
-
| length | the number of bits of src to copy |
§ avpriv_put_string()
| void avpriv_put_string |
( |
PutBitContext * |
pb, |
|
|
const char * |
string, |
|
|
int |
terminate_string |
|
) |
| |
Put the string string in the bitstream.
- Parameters
-
| terminate_string | 0-terminates the written string if value is 1 |