|
FFmpeg
|
#include <bytestream.h>
Data Fields | |
| uint8_t * | buffer |
| uint8_t * | buffer_end |
| uint8_t * | buffer_start |
| int | eof |
Definition at line 37 of file bytestream.h.
| uint8_t* PutByteContext::buffer |
Definition at line 38 of file bytestream.h.
Referenced by encode_frame(), exif_write_ifd(), get_packet_lj92(), jpeg_create_header(), and wavpack_encode_block().
| uint8_t * PutByteContext::buffer_end |
Definition at line 38 of file bytestream.h.
Referenced by decode_type1(), and decode_type2().
| uint8_t * PutByteContext::buffer_start |
Definition at line 38 of file bytestream.h.
Referenced by decode_type1(), and decode_type2().
| int PutByteContext::eof |
Definition at line 39 of file bytestream.h.
Referenced by mcc_read_header().
1.8.17