[FFmpeg-soc] [soc]: r4485 - rtmp/rtmpdec.c

kostya subversion at mplayerhq.hu
Thu Jun 18 07:00:23 CEST 2009


Author: kostya
Date: Thu Jun 18 07:00:23 2009
New Revision: 4485

Log:
cosmetics: vertical align

Modified:
   rtmp/rtmpdec.c

Modified: rtmp/rtmpdec.c
==============================================================================
--- rtmp/rtmpdec.c	Thu Jun 18 06:58:33 2009	(r4484)
+++ rtmp/rtmpdec.c	Thu Jun 18 07:00:23 2009	(r4485)
@@ -44,16 +44,16 @@ typedef enum {
 } ClientState;
 
 typedef struct RTMPState {
-    URLContext *rtmp_hd;
-    RTMPPacket prev_pkt[2][RTMP_CHANNELS];
-    int chunk_size;
-    char playpath[256];
-    ClientState state;
-    int main_stream_id;
-    uint8_t *flv_data;
-    int flv_size;
+    URLContext*   rtmp_hd;
+    RTMPPacket    prev_pkt[2][RTMP_CHANNELS];
+    int           chunk_size;
+    char          playpath[256];
+    ClientState   state;
+    int           main_stream_id;
+    uint8_t*      flv_data;
+    int           flv_size;
     ByteIOContext pb;
-    int wrong_dts;
+    int           wrong_dts;
 } RTMPState;
 
 #define PLAYER_KEY_OPEN_PART_LEN 30


More information about the FFmpeg-soc mailing list