summaryrefslogtreecommitdiff
path: root/libav/crc.c
diff options
context:
space:
mode:
Diffstat (limited to 'libav/crc.c')
-rw-r--r--libav/crc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libav/crc.c b/libav/crc.c
index dddc6e7588..553ab537cb 100644
--- a/libav/crc.c
+++ b/libav/crc.c
@@ -91,7 +91,7 @@ static int crc_write_trailer(struct AVFormatContext *s)
return 0;
}
-AVOutputFormat crc_format = {
+static AVOutputFormat crc_format = {
"crc",
"crc testing format",
NULL,