summaryrefslogtreecommitdiff
path: root/libav/rm.c
diff options
context:
space:
mode:
Diffstat (limited to 'libav/rm.c')
-rw-r--r--libav/rm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libav/rm.c b/libav/rm.c
index e8efbe112b..be90a27c89 100644
--- a/libav/rm.c
+++ b/libav/rm.c
@@ -742,7 +742,7 @@ static int rm_probe(AVProbeData *p)
return 0;
}
-AVInputFormat rm_iformat = {
+static AVInputFormat rm_iformat = {
"rm",
"rm format",
sizeof(RMContext),
@@ -752,7 +752,7 @@ AVInputFormat rm_iformat = {
rm_read_close,
};
-AVOutputFormat rm_oformat = {
+static AVOutputFormat rm_oformat = {
"rm",
"rm format",
"audio/x-pn-realaudio",