diff options
author | Aurelien Jacobs | 2009-02-17 21:40:38 +0000 |
---|---|---|
committer | Aurelien Jacobs | 2009-02-17 21:40:38 +0000 |
commit | 7379d5bc0be5a1babfce8cd518c2329f05af3087 (patch) | |
tree | f63f011c3707565dea3f03c23fbeb41faf9c9845 /libavformat/rm.h | |
parent | 6c25f346820b1ec00982e857aec23be0ece47856 (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.h | 2 |
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); |