FFmpeg
Functions
venc_data_dump.c File Reference
#include <stdio.h>
#include <stdint.h>
#include <stdlib.h>
#include "decode_simple.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 process_frame (DecodeContext *dc, AVFrame *frame)
 
int main (int argc, char **argv)
 

Function Documentation

◆ process_frame()

static int process_frame ( DecodeContext dc,
AVFrame frame 
)
static

Definition at line 34 of file venc_data_dump.c.

Referenced by main().

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 69 of file venc_data_dump.c.