FFmpeg
|
Go to the source code of this file.
Data Structures | |
struct | FITSContext |
Macros | |
#define | FITS_BLOCK_SIZE 2880 |
Functions | |
static int | fits_probe (const AVProbeData *p) |
static int | fits_read_header (AVFormatContext *s) |
static int | is_image (AVFormatContext *s, FITSContext *fits, FITSHeader *header, AVPacket *pkt, uint64_t *data_size) |
Parses header and checks that the current HDU contains image or not It also stores the header in the avbuf and stores the size of data part in data_size. More... | |
static int | fits_read_packet (AVFormatContext *s, AVPacket *pkt) |
Variables | |
static const AVOption | fits_options [] |
static const AVClass | fits_demuxer_class |
const FFInputFormat | ff_fits_demuxer |
FITS demuxer.
Definition in file fitsdec.c.
|
static |
|
static |
|
static |
Parses header and checks that the current HDU contains image or not It also stores the header in the avbuf and stores the size of data part in data_size.
s | pointer to AVFormat Context |
fits | pointer to FITSContext |
header | pointer to FITSHeader |
pkt | pointer to AVPacket to store the header |
data_size | to store the size of data part |
Definition at line 75 of file fitsdec.c.
Referenced by fits_read_packet().
|
static |
|
static |
|
static |
const FFInputFormat ff_fits_demuxer |