Skip to content
Snippets Groups Projects
Commit 1937c4e0 authored by Michael Niedermayer's avatar Michael Niedermayer
Browse files

swr: make SwrContext a typedef.

parent 74656bdd
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@
#include "libavutil/samplefmt.h"
#define LIBSWRESAMPLE_VERSION_MAJOR 0
#define LIBSWRESAMPLE_VERSION_MINOR 8
#define LIBSWRESAMPLE_VERSION_MINOR 9
#define LIBSWRESAMPLE_VERSION_MICRO 100
#define LIBSWRESAMPLE_VERSION_INT AV_VERSION_INT(LIBSWRESAMPLE_VERSION_MAJOR, \
......@@ -44,7 +44,7 @@
//long term TODO can we enable this dynamically?
struct SwrContext;
typedef struct SwrContext SwrContext;
/**
* Allocate SwrContext.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment