Mercurial > mplayer.hg
changeset 32086:048d9fffd740
Remove pointless typedef keyword from struct RTPState declaration; fixes:
libmpdemux/demux_rtp.cpp:90: warning: 'typedef' was ignored in this declaration
author | diego |
---|---|
date | Sat, 11 Sep 2010 22:47:53 +0000 |
parents | d947ba580cc9 |
children | dd75bae40633 |
files | libmpdemux/demux_rtp.cpp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpdemux/demux_rtp.cpp Sat Sep 11 22:31:29 2010 +0000 +++ b/libmpdemux/demux_rtp.cpp Sat Sep 11 22:47:53 2010 +0000 @@ -78,7 +78,7 @@ // A structure of RTP-specific state, kept so that we can cleanly // reclaim it: -typedef struct RTPState { +struct RTPState { char const* sdpDescription; RTSPClient* rtspClient; SIPClient* sipClient;