[FFmpeg-cvslog] swr: make SwrContext a typedef.

Michael Niedermayer git at videolan.org
Sat Mar 24 23:21:24 CET 2012


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Sat Mar 24 22:56:24 2012 +0100| [1937c4e0b9f504b3231eb44ba7c6b8da212cb0cc] | committer: Michael Niedermayer

swr: make SwrContext a typedef.

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1937c4e0b9f504b3231eb44ba7c6b8da212cb0cc
---

 libswresample/swresample.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/libswresample/swresample.h b/libswresample/swresample.h
index 44d0003..64b9aac 100644
--- a/libswresample/swresample.h
+++ b/libswresample/swresample.h
@@ -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.



More information about the ffmpeg-cvslog mailing list