comparison stream/librtsp/rtsp.h @ 29263:0f1b5b68af32

whitespace cosmetics: Remove all trailing whitespace.
author diego
date Wed, 13 May 2009 02:58:57 +0000
parents 83d160a30ca7
children 629b30951662
comparison
equal deleted inserted replaced
29262:7d545a6b8aff 29263:0f1b5b68af32
26 * *not* RFC 2326 compilant yet. 26 * *not* RFC 2326 compilant yet.
27 * 27 *
28 * 2006, Benjamin Zores and Vincent Mussard 28 * 2006, Benjamin Zores and Vincent Mussard
29 * fixed a lot of RFC compliance issues. 29 * fixed a lot of RFC compliance issues.
30 */ 30 */
31 31
32 #ifndef MPLAYER_RTSP_H 32 #ifndef MPLAYER_RTSP_H
33 #define MPLAYER_RTSP_H 33 #define MPLAYER_RTSP_H
34 34
35 #include <inttypes.h> 35 #include <inttypes.h>
36 36
63 char *user_agent; 63 char *user_agent;
64 64
65 char *server; 65 char *server;
66 unsigned int server_state; 66 unsigned int server_state;
67 uint32_t server_caps; 67 uint32_t server_caps;
68 68
69 unsigned int cseq; 69 unsigned int cseq;
70 char *session; 70 char *session;
71 71
72 char *answers[MAX_FIELDS]; /* data of last message */ 72 char *answers[MAX_FIELDS]; /* data of last message */
73 char *scheduled[MAX_FIELDS]; /* will be sent with next message */ 73 char *scheduled[MAX_FIELDS]; /* will be sent with next message */