FFmpeg
Data Fields
PutBitContext Struct Reference

#include <put_bits.h>

Data Fields

BitBuf bit_buf
 
int bit_left
 
uint8_t * buf
 
uint8_t * buf_ptr
 
uint8_t * buf_end
 

Detailed Description

Definition at line 50 of file put_bits.h.

Field Documentation

◆ bit_buf

BitBuf PutBitContext::bit_buf

Definition at line 51 of file put_bits.h.

◆ bit_left

int PutBitContext::bit_left

Definition at line 52 of file put_bits.h.

◆ buf

uint8_t* PutBitContext::buf

◆ buf_ptr

uint8_t * PutBitContext::buf_ptr

Definition at line 53 of file put_bits.h.

◆ buf_end

uint8_t * PutBitContext::buf_end

Definition at line 53 of file put_bits.h.

Referenced by ff_mpv_encode_picture().


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