mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-03-28 12:32:17 +02:00
swr: make SwrContext a typedef.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
74656bdd4c
commit
1937c4e0b9
@ -30,7 +30,7 @@
|
|||||||
#include "libavutil/samplefmt.h"
|
#include "libavutil/samplefmt.h"
|
||||||
|
|
||||||
#define LIBSWRESAMPLE_VERSION_MAJOR 0
|
#define LIBSWRESAMPLE_VERSION_MAJOR 0
|
||||||
#define LIBSWRESAMPLE_VERSION_MINOR 8
|
#define LIBSWRESAMPLE_VERSION_MINOR 9
|
||||||
#define LIBSWRESAMPLE_VERSION_MICRO 100
|
#define LIBSWRESAMPLE_VERSION_MICRO 100
|
||||||
|
|
||||||
#define LIBSWRESAMPLE_VERSION_INT AV_VERSION_INT(LIBSWRESAMPLE_VERSION_MAJOR, \
|
#define LIBSWRESAMPLE_VERSION_INT AV_VERSION_INT(LIBSWRESAMPLE_VERSION_MAJOR, \
|
||||||
@ -44,7 +44,7 @@
|
|||||||
//long term TODO can we enable this dynamically?
|
//long term TODO can we enable this dynamically?
|
||||||
|
|
||||||
|
|
||||||
struct SwrContext;
|
typedef struct SwrContext SwrContext;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Allocate SwrContext.
|
* Allocate SwrContext.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user