FFmpeg
|
#include "internal.h"
Go to the source code of this file.
Data Structures | |
struct | FITSContext |
Functions | |
static int | fits_write_header (AVFormatContext *s) |
static int | write_keyword_value (AVFormatContext *s, const char *keyword, int value, int *lines_written) |
Write one header line comprising of keyword and value(int) More... | |
static int | write_image_header (AVFormatContext *s) |
static int | fits_write_packet (AVFormatContext *s, AVPacket *pkt) |
Variables | |
AVOutputFormat | ff_fits_muxer |
FITS muxer.
Definition in file fitsenc.c.
|
static |
|
static |
Write one header line comprising of keyword and value(int)
s | AVFormat Context |
keyword | pointer to the char array in which keyword is stored |
value | the value corresponding to the keyword |
lines_written | to keep track of lines written so far |
Definition at line 48 of file fitsenc.c.
Referenced by write_image_header().
|
static |
Definition at line 68 of file fitsenc.c.
Referenced by fits_write_packet().
|
static |
AVOutputFormat ff_fits_muxer |