Browse Source

swr: make SwrContext a typedef.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n0.11
Michael Niedermayer 13 years ago
parent
commit
1937c4e0b9
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      libswresample/swresample.h

+ 2
- 2
libswresample/swresample.h View File

@@ -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.


Loading…
Cancel
Save