summaryrefslogtreecommitdiff
path: root/libavformat/soxenc.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/soxenc.c')
-rw-r--r--libavformat/soxenc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/soxenc.c b/libavformat/soxenc.c
index 918bfad9ec..413a53836a 100644
--- a/libavformat/soxenc.c
+++ b/libavformat/soxenc.c
@@ -112,7 +112,7 @@ static int sox_write_trailer(AVFormatContext *s)
return 0;
}
-AVOutputFormat sox_muxer = {
+AVOutputFormat ff_sox_muxer = {
"sox",
NULL_IF_CONFIG_SMALL("SoX native format"),
NULL,