diff metadata.h @ 4179:c32a783ff374 libavformat

Add a second metadata compatibility layer, so that metadata that gets demuxed with new API is automatically converted to the old API, allowing old applications to stay functional.
author aurel
date Thu, 08 Jan 2009 23:24:51 +0000
parents ea1e24175669
children 17a8a3696ee1
line wrap: on
line diff
--- a/metadata.h	Thu Jan 08 18:00:51 2009 +0000
+++ b/metadata.h	Thu Jan 08 23:24:51 2009 +0000
@@ -36,6 +36,7 @@
 };
 
 #if LIBAVFORMAT_VERSION_MAJOR < 53
+void ff_metadata_demux_compat(AVFormatContext *s);
 void ff_metadata_sync_compat(AVFormatContext *s);
 #endif