Commit aa935693 authored by Sam Hocevar's avatar Sam Hocevar

* src/stream_output/announce.c:

    + Coding style fixes.
    + Use memcpy() instead of for() loops.
parent 8c7b5a88
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* announce.h : Session announcement * announce.h : Session announcement
***************************************************************************** *****************************************************************************
* Copyright (C) 2002 VideoLAN * Copyright (C) 2002 VideoLAN
* $Id: announce.h,v 1.6 2003/07/05 15:00:28 zorglub Exp $ * $Id: announce.h,v 1.7 2003/07/17 14:10:08 sam Exp $
* *
* Authors: Clment Stenac <zorglub@via.ecp.fr> * Authors: Clment Stenac <zorglub@via.ecp.fr>
* *
...@@ -51,8 +51,8 @@ struct sap_session_t ...@@ -51,8 +51,8 @@ struct sap_session_t
char psz_name[1024]; char psz_name[1024];
char psz_port[8]; char psz_port[8];
module_t p_network; module_t p_network;
unsigned int socket; unsigned int i_socket;
unsigned int sendnow; unsigned int i_calls;
int i_ip_version; int i_ip_version;
}; };
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment