#include <inttypes.h>
#include "libavutil/adler32.h"
#include "libavutil/avstring.h"
#include "avformat.h"
#include "internal.h"
Go to the source code of this file.
Initial value:= {
.name = "framecrc",
}
static int framecrc_write_header(struct AVFormatContext *s)
static int framecrc_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 79 of file framecrcenc.c.