FFmpeg
|
#include "libavutil/adler32.h"
#include "libavutil/avassert.h"
#include "libavutil/bprint.h"
#include "libavutil/imgutils.h"
#include "libavutil/pixdesc.h"
#include "libavformat/mux.h"
#include "avformat.h"
#include "internal.h"
Go to the source code of this file.
Macros | |
#define | DEFINE_CKSUM_LINE(name, type, conv) |
Functions | |
static void | video_frame_cksum (AVBPrint *bp, AVFrame *frame) |
static void | audio_frame_cksum (AVBPrint *bp, AVFrame *frame) |
static int | write_header (struct AVFormatContext *s) |
static int | write_frame (struct AVFormatContext *s, int stream_index, AVFrame **frame, unsigned flags) |
static int | write_packet (struct AVFormatContext *s, AVPacket *pkt) |
Variables | |
const AVOutputFormat | ff_uncodedframecrc_muxer |
Definition at line 31 of file uncodedframecrcenc.c.
|
static |
Definition at line 49 of file uncodedframecrcenc.c.
Referenced by write_frame().
|
static |
Definition at line 78 of file uncodedframecrcenc.c.
Referenced by write_frame().
|
static |
Definition at line 123 of file uncodedframecrcenc.c.
|
static |
Definition at line 128 of file uncodedframecrcenc.c.
|
static |
Definition at line 163 of file uncodedframecrcenc.c.
const AVOutputFormat ff_uncodedframecrc_muxer |
Definition at line 168 of file uncodedframecrcenc.c.