From 74e8ccad4c3c4e2f96d87787a79feb880a3db94e Mon Sep 17 00:00:00 2001 From: Francesco Lavra Date: Fri, 28 May 2010 18:18:33 +0000 Subject: Move rm_codec_tags to rm.c so muxer/demuxer can share it. Patch by Francesco Lavra . Originally committed as revision 23360 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/rm.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavformat/rm.h') diff --git a/libavformat/rm.h b/libavformat/rm.h index 4e63114a11..182fddfcda 100644 --- a/libavformat/rm.h +++ b/libavformat/rm.h @@ -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; -- cgit v1.2.3