summaryrefslogtreecommitdiff
path: root/libavformat/rm.h
diff options
context:
space:
mode:
authorFrancesco Lavra <francescolavra@interfree.it>2010-05-28 18:18:33 +0000
committerRonald S. Bultje <rsbultje@gmail.com>2010-05-28 18:18:33 +0000
commit74e8ccad4c3c4e2f96d87787a79feb880a3db94e (patch)
tree8953eaee27fd863e1978f46817abdedac91c7ad1 /libavformat/rm.h
parentc0fda017d1087903ade3b574bd57d02b63bfe2cc (diff)
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
Diffstat (limited to 'libavformat/rm.h')
-rw-r--r--libavformat/rm.h2
1 files changed, 2 insertions, 0 deletions
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;