diff rtp.c @ 1169:d18cc9a1fd02 libavformat

allow individual selection of muxers and demuxers
author mru
date Mon, 10 Jul 2006 21:14:37 +0000
parents d89d7ef290da
children 874dcd428a17
line wrap: on
line diff
--- a/rtp.c	Mon Jul 10 12:10:10 2006 +0000
+++ b/rtp.c	Mon Jul 10 21:14:37 2006 +0000
@@ -872,9 +872,3 @@
     rtp_write_packet,
     rtp_write_trailer,
 };
-
-int rtp_init(void)
-{
-    av_register_output_format(&rtp_muxer);
-    return 0;
-}