#include <inttypes.h>
#include "libavutil/adler32.h"
#include "avformat.h"
Go to the source code of this file.
Initial value:= {
.name = "crc",
}
static int crc_write_header(struct AVFormatContext *s)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static int write_trailer(AVFormatContext *s1)
static int crc_write_packet(struct AVFormatContext *s, AVPacket *pkt)
static int crc_write_trailer(struct AVFormatContext *s)
static void write_header(FFV1Context *f)
static int write_packet(AVFormatContext *s1, AVPacket *pkt)
Definition at line 59 of file crcenc.c.