FFmpeg
|
#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) |
|
static |
Definition at line 32 of file venc_data_dump.c.
Referenced by main().
|
static |
Definition at line 79 of file venc_data_dump.c.
Referenced by main().
Definition at line 103 of file venc_data_dump.c.