Mercurial > libavformat.hg
diff rm.h @ 6064:87e28edf7a98 libavformat
Move rm_codec_tags to rm.c so muxer/demuxer can share it.
Patch by Francesco Lavra <francescolavra interfree it>.
| author | rbultje |
|---|---|
| date | Fri, 28 May 2010 18:18:33 +0000 |
| parents | b8041f85c327 |
| children |
line wrap: on
line diff
--- a/rm.h Thu May 27 21:23:04 2010 +0000 +++ b/rm.h Fri May 28 18:18:33 2010 +0000 @@ -23,9 +23,11 @@ #define AVFORMAT_RM_H #include "avformat.h" +#include "internal.h" extern const char * const ff_rm_metadata[4]; extern const unsigned char ff_sipr_subpk_size[4]; +extern const AVCodecTag ff_rm_codec_tags[]; typedef struct RMStream RMStream;
