Essentia  2.1-beta6-dev
ffmpegapi.h File Reference
#include <libavcodec/avcodec.h>
#include <libavformat/avformat.h>
#include <libavutil/md5.h>
#include <libswresample/swresample.h>
#include <libavutil/opt.h>

Go to the source code of this file.

Macros

#define AV_PKT_FLAG_KEY   PKT_FLAG_KEY
 
#define AVIO_FLAG_WRITE   URL_WRONLY
 
#define avio_open   url_fopen
 
#define avio_close   url_fclose
 
#define avformat_write_header(c, o)   av_write_header(c)
 

Macro Definition Documentation

◆ AV_PKT_FLAG_KEY

#define AV_PKT_FLAG_KEY   PKT_FLAG_KEY

◆ avformat_write_header

#define avformat_write_header (   c,
 
)    av_write_header(c)

◆ avio_close

#define avio_close   url_fclose

◆ AVIO_FLAG_WRITE

#define AVIO_FLAG_WRITE   URL_WRONLY

◆ avio_open

#define avio_open   url_fopen