#include "libavutil/adler32.h"#include "avformat.h"Go to the source code of this file.
Data Structures | |
| struct | CRCState |
Functions | |
| static int | crc_write_header (struct AVFormatContext *s) |
| static int | crc_write_packet (struct AVFormatContext *s, AVPacket *pkt) |
| static int | crc_write_trailer (struct AVFormatContext *s) |
Variables | |
| AVOutputFormat | ff_crc_muxer |
| static int crc_write_header | ( | struct AVFormatContext * | s | ) | [static] |
| static int crc_write_packet | ( | struct AVFormatContext * | s, | |
| AVPacket * | pkt | |||
| ) | [static] |
| static int crc_write_trailer | ( | struct AVFormatContext * | s | ) | [static] |
Initial value:
{
"crc",
NULL_IF_CONFIG_SMALL("CRC testing format"),
NULL,
"",
sizeof(CRCState),
CODEC_ID_PCM_S16LE,
CODEC_ID_RAWVIDEO,
crc_write_header,
crc_write_packet,
crc_write_trailer,
}
1.5.8