diff rtp.h @ 1167:d89d7ef290da libavformat

give AVInput/OutputFormat structs consistent names
author mru
date Sun, 09 Jul 2006 23:40:53 +0000
parents edbe5c3717f9
children 0899bfe4105c
line wrap: on
line diff
--- a/rtp.h	Sun Jul 09 10:33:49 2006 +0000
+++ b/rtp.h	Sun Jul 09 23:40:53 2006 +0000
@@ -33,8 +33,8 @@
                      const uint8_t *buf, int len);
 void rtp_parse_close(RTPDemuxContext *s);
 
-extern AVOutputFormat rtp_mux;
-extern AVInputFormat rtp_demux;
+extern AVOutputFormat rtp_muxer;
+extern AVInputFormat rtp_demuxer;
 
 int rtp_get_local_port(URLContext *h);
 int rtp_set_remote_url(URLContext *h, const char *uri);