diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/input/input_mms.c | 4 | ||||
-rw-r--r-- | src/input/mmsh.c | 5 |
2 files changed, 5 insertions, 4 deletions
diff --git a/src/input/input_mms.c b/src/input/input_mms.c index d353895b6..773fbc529 100644 --- a/src/input/input_mms.c +++ b/src/input/input_mms.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: input_mms.c,v 1.47 2004/04/06 00:25:29 tmattern Exp $ + * $Id: input_mms.c,v 1.48 2004/04/07 19:44:29 mroi Exp $ * * mms input plugin based on work from major mms */ @@ -237,7 +237,7 @@ static uint32_t mms_plugin_get_blocksize (input_plugin_t *this_gen) { static off_t mms_plugin_get_current_pos (input_plugin_t *this_gen){ mms_input_plugin_t *this = (mms_input_plugin_t *) this_gen; - off_t curpos; + off_t curpos = 0; /* printf ("current pos is %lld\n", this->curpos); diff --git a/src/input/mmsh.c b/src/input/mmsh.c index 2b2e3c675..c382d929f 100644 --- a/src/input/mmsh.c +++ b/src/input/mmsh.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: mmsh.c,v 1.29 2004/04/06 06:43:06 tmattern Exp $ + * $Id: mmsh.c,v 1.30 2004/04/07 19:44:29 mroi Exp $ * * MMS over HTTP protocol * written by Thibaut Mattern @@ -113,6 +113,7 @@ static const char* mmsh_LiveRequest = "Connection: Close\r\n\r\n"; /* Unused requests */ +#if 0 static const char* mmsh_PostRequest = "POST %s HTTP/1.0\r\n" "Accept: */*\r\n" @@ -133,7 +134,7 @@ static const char* mmsh_RangeRequest = "Range: bytes=%Lu-\r\n" CLIENTGUID "Connection: Close\r\n\r\n"; - +#endif /* |