FFmpeg
|
crcenc.c File Reference
Include dependency graph for crcenc.c:
Go to the source code of this file.
Data Structures | |
struct | CRCState |
Typedefs | |
typedef struct CRCState | CRCState |
Functions | |
static int | crc_write_header (struct AVFormatContext *s) |
static int | crc_write_packet (struct AVFormatContext *s, AVPacket *pkt) |
static int | crc_write_trailer (struct AVFormatContext *s) |
Variables | |
AVOutputFormat | ff_crc_muxer |
Typedef Documentation
Function Documentation
|
static |
|
static |
|
static |
Variable Documentation
AVOutputFormat ff_crc_muxer |
Initial value:
= {
.name = "crc",
.long_name = NULL_IF_CONFIG_SMALL("CRC testing"),
.priv_data_size = sizeof(CRCState),
.audio_codec = AV_CODEC_ID_PCM_S16LE,
.video_codec = AV_CODEC_ID_RAWVIDEO,
}
struct CRCState CRCState
static int write_packet(AVFormatContext *s, AVPacket *pkt)
Definition: libavformat/assenc.c:63
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: libavutil/internal.h:123
static int crc_write_packet(struct AVFormatContext *s, AVPacket *pkt)
Definition: crcenc.c:39
Definition: libavcodec/avcodec.h:299
Definition: libavcodec/avcodec.h:116
Generated on Mon Nov 18 2024 06:52:05 for FFmpeg by 1.8.11