#include "libavutil/adler32.h"
#include "avformat.h"
Go to the source code of this file.
Functions | |
static int | framecrc_write_packet (struct AVFormatContext *s, AVPacket *pkt) |
Variables | |
AVOutputFormat | ff_framecrc_muxer |
static int framecrc_write_packet | ( | struct AVFormatContext * | s, | |
AVPacket * | pkt | |||
) | [static] |
Definition at line 25 of file framecrcenc.c.
Initial value:
{ "framecrc", NULL_IF_CONFIG_SMALL("framecrc testing format"), NULL, "", 0, CODEC_ID_PCM_S16LE, CODEC_ID_RAWVIDEO, NULL, framecrc_write_packet, NULL, }
Definition at line 36 of file framecrcenc.c.