OpenFFmpeg
Classes | Variables
icodec.c File Reference

Microsoft Windows ICO demuxer. More...

#include "libavutil/intreadwrite.h"
#include "libavcodec/bytestream.h"
#include "libavcodec/bmp.h"
#include "libavcodec/png.h"
#include "avformat.h"
#include "internal.h"

Classes

struct  IcoImage
 
struct  IcoDemuxContext
 

Variables

AVInputFormat ff_ico_demuxer
 

Detailed Description

Microsoft Windows ICO demuxer.

Variable Documentation

§ ff_ico_demuxer

AVInputFormat ff_ico_demuxer
Initial value:
= {
.name = "ico",
.long_name = NULL_IF_CONFIG_SMALL("Microsoft Windows ICO"),
.priv_data_size = sizeof(IcoDemuxContext),
.read_probe = probe,
.read_header = read_header,
.read_packet = read_packet,
.read_close = ico_read_close,
}
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: internal.h:186
Definition: icodec.c:40
#define AVFMT_NOTIMESTAMPS
Format does not need / have any timestamps.
Definition: avformat.h:469