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