diff metadata_compat.c @ 6387:4974b3d4992b libavformat

rename LAVF_API_* defines to FF_API_* to clarify that it is not public API
author aurel
date Wed, 18 Aug 2010 20:34:31 +0000
parents 2d51ca7714c3
children
line wrap: on
line diff
--- a/metadata_compat.c	Wed Aug 18 16:29:46 2010 +0000
+++ b/metadata_compat.c	Wed Aug 18 20:34:31 2010 +0000
@@ -23,7 +23,7 @@
 #include "metadata.h"
 #include "libavutil/avstring.h"
 
-#if LAVF_API_OLD_METADATA
+#if FF_API_OLD_METADATA
 
 #define SIZE_OFFSET(x) sizeof(((AVFormatContext*)0)->x),offsetof(AVFormatContext,x)
 
@@ -145,4 +145,4 @@
     }
 }
 
-#endif /* LAVF_API_OLD_METADATA */
+#endif /* FF_API_OLD_METADATA */