FFmpeg
|
#include "libavformat/avformat.h"
#include "libavcodec/avcodec.h"
#include "libavcodec/packet.h"
#include "libavutil/dict.h"
#include "libavutil/frame.h"
Go to the source code of this file.
Data Structures | |
struct | DecodeContext |
Functions | |
int | ds_open (DecodeContext *dc, const char *url, int stream_idx) |
void | ds_free (DecodeContext *dc) |
int | ds_run (DecodeContext *dc) |
int ds_open | ( | DecodeContext * | dc, |
const char * | url, | ||
int | stream_idx | ||
) |
Definition at line 119 of file decode_simple.c.
Referenced by main().
void ds_free | ( | DecodeContext * | dc | ) |
Definition at line 108 of file decode_simple.c.
int ds_run | ( | DecodeContext * | dc | ) |
Definition at line 65 of file decode_simple.c.
Referenced by main().