summaryrefslogtreecommitdiff
path: root/libavformat/rtp.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/rtp.c')
-rw-r--r--libavformat/rtp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavformat/rtp.c b/libavformat/rtp.c
index 67ad3efdb0..e294ecdab5 100644
--- a/libavformat/rtp.c
+++ b/libavformat/rtp.c
@@ -860,7 +860,7 @@ static int rtp_write_trailer(AVFormatContext *s1)
return 0;
}
-AVOutputFormat rtp_mux = {
+AVOutputFormat rtp_muxer = {
"rtp",
"RTP output format",
NULL,
@@ -875,6 +875,6 @@ AVOutputFormat rtp_mux = {
int rtp_init(void)
{
- av_register_output_format(&rtp_mux);
+ av_register_output_format(&rtp_muxer);
return 0;
}