| FFmpeg
    | 
FITS image encoder. More...
#include "libavutil/intreadwrite.h"#include "avcodec.h"#include "bytestream.h"#include "internal.h"Go to the source code of this file.
| Functions | |
| static int | fits_encode_frame (AVCodecContext *avctx, AVPacket *pkt, const AVFrame *pict, int *got_packet) | 
| Variables | |
| AVCodec | ff_fits_encoder | 
FITS image encoder.
Specification: https://fits.gsfc.nasa.gov/fits_standard.html Version 3.0
RGBA images are encoded as planes in RGBA order. So, NAXIS3 is 3 or 4 for them. Also CTYPE3 = 'RGB ' is added to the header to distinguish them from 3d images.
Definition in file fitsenc.c.
| 
 | static | 
| AVCodec ff_fits_encoder | 
 1.8.6
 1.8.6