#include "avcodec.h"
Go to the source code of this file.
Data Structures | |
struct | BMPContext |
Typedefs | |
typedef struct BMPContext | BMPContext |
Enumerations | |
enum | BiCompression { BMP_RGB = 0, BMP_RLE8 = 1, BMP_RLE4 = 2, BMP_BITFIELDS = 3 } |
typedef struct BMPContext BMPContext |
enum BiCompression |