#include <inttypes.h>
#include "libavutil/adler32.h"
#include "avformat.h"
#include "internal.h"
Go to the source code of this file.
§ framecrc_write_packet()
§ ff_framecrc_muxer
Initial value:= {
.name = "framecrc",
.extensions = "",
}
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. ...
int ff_framehash_write_header(AVFormatContext *s)
Set the timebase for each stream from the corresponding codec timebase and print it.
Definition at line 39 of file framecrcenc.c.