comparison rm.h @ 4522:aaf07b2acb3c libavformat

use new metadata API in rm (de)muxer
author aurel
date Tue, 17 Feb 2009 21:40:38 +0000
parents 77e0c7511d41
children dfcf66d4a613
comparison
equal deleted inserted replaced
4521:51119f565c6c 4522:aaf07b2acb3c
21 21
22 #ifndef AVFORMAT_RM_H 22 #ifndef AVFORMAT_RM_H
23 #define AVFORMAT_RM_H 23 #define AVFORMAT_RM_H
24 24
25 #include "avformat.h" 25 #include "avformat.h"
26
27 extern const char *ff_rm_metadata[4];
26 28
27 typedef struct RMStream RMStream; 29 typedef struct RMStream RMStream;
28 30
29 RMStream *ff_rm_alloc_rmstream (void); 31 RMStream *ff_rm_alloc_rmstream (void);
30 void ff_rm_free_rmstream (RMStream *rms); 32 void ff_rm_free_rmstream (RMStream *rms);