#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:
 {
    .name              = "framecrc",
    .long_name         = NULL_IF_CONFIG_SMALL("framecrc testing format"),
    .extensions        = "",
    .audio_codec       = CODEC_ID_PCM_S16LE,
    .video_codec       = CODEC_ID_RAWVIDEO,
    .write_packet      = framecrc_write_packet,
    .flags             = AVFMT_VARIABLE_FPS,
}
Definition at line 36 of file framecrcenc.c.
 1.5.8
 1.5.8