Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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;