diff allformats.c @ 4452:1842e64fe89a libavformat

Gopher protocol, patch by Toshimitsu Kimura, lovesyao gmail com
author diego
date Wed, 11 Feb 2009 16:28:46 +0000
parents e0da6eba9942
children 9eedb6599102
line wrap: on
line diff
--- a/allformats.c	Wed Feb 11 15:01:52 2009 +0000
+++ b/allformats.c	Wed Feb 11 16:28:46 2009 +0000
@@ -199,6 +199,7 @@
 
     /* protocols */
     REGISTER_PROTOCOL (FILE, file);
+    REGISTER_PROTOCOL (GOPHER, gopher);
     REGISTER_PROTOCOL (HTTP, http);
     REGISTER_PROTOCOL (PIPE, pipe);
     REGISTER_PROTOCOL (RTP, rtp);