FFmpeg
Public Attributes | List of all members
MJpegHuffmanCode Struct Reference

Buffer of JPEG frame data. More...

#include <mjpegenc.h>

Public Attributes

uint8_t table_id
 The Huffman table id associated with the data.
 
uint8_t code
 The exponent.
 
uint16_t mant
 The mantissa.
 

Detailed Description

Buffer of JPEG frame data.

Optimal Huffman table generation requires the frame data to be loaded into a buffer so that the tables can be computed. There are at most mb_width*mb_height*12*64 of these per frame.


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