changeset 2831:8f28fccf2bdd

fixed Ogg Vorbis streams!
author Andrew O. Shadoura <bugzilla@tut.by>
date Mon, 14 Jul 2008 01:16:16 +0300
parents b17cffd47053
children eb4cacfc1d03
files src/icecast/icecast.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/icecast/icecast.c	Mon Jul 14 00:27:39 2008 +0300
+++ b/src/icecast/icecast.c	Mon Jul 14 01:16:16 2008 +0300
@@ -260,8 +260,6 @@
 
     plugin = plugin_new;
 
-    rv = (plugin.open)();
-
     if (!shout)
     {
         if (!(shout = shout_new()))
@@ -328,6 +326,8 @@
         }
     }
 
+    rv = (plugin.open)();
+
     g_debug("ICE_OPEN");
     return rv;
 }