summaryrefslogtreecommitdiff
path: root/libavformat/crcenc.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/crcenc.c')
-rw-r--r--libavformat/crcenc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/crcenc.c b/libavformat/crcenc.c
index b343464c49..2f9a099a21 100644
--- a/libavformat/crcenc.c
+++ b/libavformat/crcenc.c
@@ -54,7 +54,7 @@ static int crc_write_trailer(struct AVFormatContext *s)
return 0;
}
-AVOutputFormat crc_muxer = {
+AVOutputFormat ff_crc_muxer = {
"crc",
NULL_IF_CONFIG_SMALL("CRC testing format"),
NULL,