Move rm_codec_tags to rm.c so muxer/demuxer can share it.

Patch by Francesco Lavra <francescolavra interfree it>.

Originally committed as revision 23360 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Francesco Lavra
2010-05-28 18:18:33 +00:00
committed by Ronald S. Bultje
parent c0fda017d1
commit 74e8ccad4c
3 changed files with 23 additions and 19 deletions

View File

@@ -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;