summaryrefslogtreecommitdiff
path: root/libavformat/rm.h
diff options
context:
space:
mode:
authorAurelien Jacobs <aurel@gnuage.org>2009-02-17 21:40:38 +0000
committerAurelien Jacobs <aurel@gnuage.org>2009-02-17 21:40:38 +0000
commit7379d5bc0be5a1babfce8cd518c2329f05af3087 (patch)
treef63f011c3707565dea3f03c23fbeb41faf9c9845 /libavformat/rm.h
parent6c25f346820b1ec00982e857aec23be0ece47856 (diff)
use new metadata API in rm (de)muxer
Originally committed as revision 17396 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/rm.h')
-rw-r--r--libavformat/rm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavformat/rm.h b/libavformat/rm.h
index 4d019f704d..6e5d2c5f7e 100644
--- a/libavformat/rm.h
+++ b/libavformat/rm.h
@@ -24,6 +24,8 @@
#include "avformat.h"
+extern const char *ff_rm_metadata[4];
+
typedef struct RMStream RMStream;
RMStream *ff_rm_alloc_rmstream (void);