#include <inttypes.h>
#include "libavutil/adler32.h"
#include "avformat.h"
#include "mux.h"
Go to the source code of this file.
◆ crc_init()
◆ crc_write_packet()
◆ crc_write_trailer()
◆ ff_crc_muxer
Initial value:= {
.p.name = "crc",
}
static int crc_write_trailer(struct AVFormatContext *s)
static int crc_init(struct AVFormatContext *s)
static int crc_write_packet(struct AVFormatContext *s, AVPacket *pkt)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
Definition at line 58 of file crcenc.c.