FFmpeg
|
#include <inttypes.h>
#include "libavutil/adler32.h"
#include "libavutil/avstring.h"
#include "avformat.h"
#include "internal.h"
Go to the source code of this file.
Functions | |
static int | framecrc_write_header (struct AVFormatContext *s) |
static int | framecrc_write_packet (struct AVFormatContext *s, AVPacket *pkt) |
Variables | |
AVOutputFormat | ff_framecrc_muxer |
|
static |
Definition at line 29 of file framecrcenc.c.
|
static |
Definition at line 45 of file framecrcenc.c.
AVOutputFormat ff_framecrc_muxer |
Definition at line 79 of file framecrcenc.c.