FFmpeg
|
#include "libavutil/adler32.h"
#include "libavutil/avassert.h"
#include "libavutil/bprint.h"
#include "libavutil/frame.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 FFOutputFormat | ff_uncodedframecrc_muxer |
Definition at line 32 of file uncodedframecrcenc.c.
|
static |
Definition at line 50 of file uncodedframecrcenc.c.
Referenced by write_frame().
|
static |
Definition at line 79 of file uncodedframecrcenc.c.
Referenced by write_frame().
|
static |
Definition at line 124 of file uncodedframecrcenc.c.
|
static |
Definition at line 129 of file uncodedframecrcenc.c.
|
static |
Definition at line 164 of file uncodedframecrcenc.c.
const FFOutputFormat ff_uncodedframecrc_muxer |
Definition at line 169 of file uncodedframecrcenc.c.