OSDN Git Service

Add backwards-compatibility typedef for removed _t names under appropriate
authorDiego Biurrun <diego@biurrun.de>
Thu, 11 Dec 2008 21:05:31 +0000 (21:05 +0000)
committerDiego Biurrun <diego@biurrun.de>
Thu, 11 Dec 2008 21:05:31 +0000 (21:05 +0000)
version #ifdef since otherwise public API is broken.

Originally committed as revision 16064 to svn://svn.ffmpeg.org/ffmpeg/trunk

libpostproc/postprocess.h

index fec1878..7e30da7 100644 (file)
@@ -58,6 +58,8 @@ typedef void pp_context;
 typedef void pp_mode;
 
 #if LIBPOSTPROC_VERSION_INT < (52<<16)
+typedef pp_context pp_context_t;
+typedef pp_mode pp_mode_t;
 extern const char *const pp_help; ///< a simple help text
 #else
 extern const char pp_help[]; ///< a simple help text