FFmpeg
Functions
venc_data_dump.c File Reference
#include <stdio.h>
#include <stdint.h>
#include <stdlib.h>
#include "libavutil/common.h"
#include "libavutil/dict.h"
#include "libavutil/error.h"
#include "libavutil/video_enc_params.h"
#include "libavformat/avformat.h"
#include "libavcodec/avcodec.h"

Go to the source code of this file.

Functions

static int decode_read (AVCodecContext *decoder, AVFrame *frame, int flush, int max_frames)
 
static int decoder_init (AVFormatContext *demuxer, int stream_idx, AVCodecContext **dec, AVDictionary **opts)
 
int main (int argc, char **argv)
 

Function Documentation

◆ decode_read()

static int decode_read ( AVCodecContext decoder,
AVFrame frame,
int  flush,
int  max_frames 
)
static

Definition at line 32 of file venc_data_dump.c.

Referenced by main().

◆ decoder_init()

static int decoder_init ( AVFormatContext demuxer,
int  stream_idx,
AVCodecContext **  dec,
AVDictionary **  opts 
)
static

Definition at line 79 of file venc_data_dump.c.

Referenced by main().

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 103 of file venc_data_dump.c.