summaryrefslogtreecommitdiff
path: root/libavformat/mpegtsenc.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/mpegtsenc.c')
-rw-r--r--libavformat/mpegtsenc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/mpegtsenc.c b/libavformat/mpegtsenc.c
index ad19516b46..7ca234e4dd 100644
--- a/libavformat/mpegtsenc.c
+++ b/libavformat/mpegtsenc.c
@@ -661,7 +661,7 @@ static int mpegts_write_end(AVFormatContext *s)
return 0;
}
-AVOutputFormat mpegts_mux = {
+AVOutputFormat mpegts_muxer = {
"mpegts",
"MPEG2 transport stream format",
"video/x-mpegts",