FFmpeg
|
Microsoft Windows ICO muxer. More...
Go to the source code of this file.
Data Structures | |
struct | IcoImage |
struct | IcoMuxContext |
Functions | |
static int | ico_check_attributes (AVFormatContext *s, const AVCodecParameters *p) |
static int | ico_write_header (AVFormatContext *s) |
static int | ico_write_packet (AVFormatContext *s, AVPacket *pkt) |
static int | ico_write_trailer (AVFormatContext *s) |
Variables | |
AVOutputFormat | ff_ico_muxer |
Microsoft Windows ICO muxer.
Definition in file icoenc.c.
|
static |
Definition at line 45 of file icoenc.c.
Referenced by ico_write_header().
|
static |
|
static |
|
static |
AVOutputFormat ff_ico_muxer |