FFmpeg
Classes | Typedefs | Variables
fitsenc.c File Reference

FITS muxer. More...

#include "internal.h"

Classes

struct  FITSContext
 

Typedefs

typedef struct FITSContext FITSContext
 

Variables

AVOutputFormat ff_fits_muxer
 

Detailed Description

FITS muxer.

Variable Documentation

§ ff_fits_muxer

AVOutputFormat ff_fits_muxer
Initial value:
= {
.name = "fits",
.long_name = NULL_IF_CONFIG_SMALL("Flexible Image Transport System"),
.extensions = "fits",
.priv_data_size = sizeof(FITSContext),
.audio_codec = AV_CODEC_ID_NONE,
.video_codec = AV_CODEC_ID_FITS,
.write_header = fits_write_header,
.write_packet = fits_write_packet,
}
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: internal.h:186
Definition: fitsdec.c:42