summaryrefslogtreecommitdiff
path: root/libavformat/md5enc.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/md5enc.c')
-rw-r--r--libavformat/md5enc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavformat/md5enc.c b/libavformat/md5enc.c
index f9ab3d0933..dd2f7c03ae 100644
--- a/libavformat/md5enc.c
+++ b/libavformat/md5enc.c
@@ -65,7 +65,7 @@ static int write_trailer(struct AVFormatContext *s)
return 0;
}
-AVOutputFormat md5_muxer = {
+AVOutputFormat ff_md5_muxer = {
"md5",
NULL_IF_CONFIG_SMALL("MD5 testing format"),
NULL,
@@ -95,7 +95,7 @@ static int framemd5_write_packet(struct AVFormatContext *s, AVPacket *pkt)
return 0;
}
-AVOutputFormat framemd5_muxer = {
+AVOutputFormat ff_framemd5_muxer = {
"framemd5",
NULL_IF_CONFIG_SMALL("Per-frame MD5 testing format"),
NULL,