FFmpeg
|
#include "libavutil/adler32.h"
#include "libavutil/avassert.h"
#include "libavutil/bprint.h"
#include "libavutil/imgutils.h"
#include "libavutil/pixdesc.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_frame (struct AVFormatContext *s, int stream_index, AVFrame **frame, unsigned flags) |
static int | write_packet (struct AVFormatContext *s, AVPacket *pkt) |
Variables | |
AVOutputFormat | ff_uncodedframecrc_muxer |
Definition at line 48 of file uncodedframecrcenc.c.
Referenced by write_frame().
Definition at line 77 of file uncodedframecrcenc.c.
Referenced by write_frame().
|
static |
Definition at line 122 of file uncodedframecrcenc.c.
|
static |
Definition at line 157 of file uncodedframecrcenc.c.
AVOutputFormat ff_uncodedframecrc_muxer |
Definition at line 162 of file uncodedframecrcenc.c.