diff avformat.h @ 4149:1f857a4519bd libavformat

Generic metadata API. avi is updated as example. No version bump, the API still might change slightly ... No update to ffmpeg.c as requested by aurel.
author michael
date Sun, 04 Jan 2009 18:48:37 +0000
parents b3d75fa26b5c
children 6f4c0d5f1e23
line wrap: on
line diff
--- a/avformat.h	Sun Jan 04 16:23:18 2009 +0000
+++ b/avformat.h	Sun Jan 04 18:48:37 2009 +0000
@@ -608,6 +608,8 @@
     struct AVPacketList *raw_packet_buffer_end;
 
     struct AVPacketList *packet_buffer_end;
+
+    struct AVMetaData *meta_data;
 } AVFormatContext;
 
 typedef struct AVPacketList {