FFmpeg
Data Fields
PutBitContext Struct Reference

#include <put_bits.h>

Data Fields

BitBuf bit_buf
 
int bit_left
 
uint8_tbuf
 
uint8_tbuf_ptr
 
uint8_tbuf_end
 
int size_in_bits
 

Detailed Description

Definition at line 44 of file put_bits.h.

Field Documentation

◆ bit_buf

BitBuf PutBitContext::bit_buf

Definition at line 45 of file put_bits.h.

◆ bit_left

int PutBitContext::bit_left

Definition at line 46 of file put_bits.h.

◆ buf

uint8_t* PutBitContext::buf

◆ buf_ptr

uint8_t * PutBitContext::buf_ptr

Definition at line 47 of file put_bits.h.

◆ buf_end

uint8_t * PutBitContext::buf_end

Definition at line 47 of file put_bits.h.

Referenced by ff_mpv_encode_picture(), ljpeg_encode_bgr(), and ljpeg_encode_yuv().

◆ size_in_bits

int PutBitContext::size_in_bits

The documentation for this struct was generated from the following file: