avresample: Introduce AVFrame-based API

This commit is contained in:
Luca Barbato
2014-05-25 17:49:15 +02:00
parent 8c6f430291
commit fb1ddcdc8f
6 changed files with 209 additions and 2 deletions

View File

@@ -28,7 +28,7 @@
#include "libavutil/version.h"
#define LIBAVRESAMPLE_VERSION_MAJOR 2
#define LIBAVRESAMPLE_VERSION_MINOR 0
#define LIBAVRESAMPLE_VERSION_MINOR 1
#define LIBAVRESAMPLE_VERSION_MICRO 0
#define LIBAVRESAMPLE_VERSION_INT AV_VERSION_INT(LIBAVRESAMPLE_VERSION_MAJOR, \