From e99f76ab79e0f1285ef8a6c8700beed228c0b98f Mon Sep 17 00:00:00 2001 From: Aurelien Jacobs Date: Thu, 8 Jan 2009 23:24:51 +0000 Subject: 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. Originally committed as revision 16499 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/metadata.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavformat/metadata.h') diff --git a/libavformat/metadata.h b/libavformat/metadata.h index 2826ecc72e..88c9c86626 100644 --- a/libavformat/metadata.h +++ b/libavformat/metadata.h @@ -36,6 +36,7 @@ struct AVMetadata{ }; #if LIBAVFORMAT_VERSION_MAJOR < 53 +void ff_metadata_demux_compat(AVFormatContext *s); void ff_metadata_sync_compat(AVFormatContext *s); #endif -- cgit v1.2.3