[FFmpeg-soc] [soc]: r4563 - rtmp/rtmpproto.c

kostya subversion at mplayerhq.hu
Wed Jul 1 12:46:31 CEST 2009


Author: kostya
Date: Wed Jul  1 12:46:31 2009
New Revision: 4563

Log:
Remove unneeded variable

Modified:
   rtmp/rtmpproto.c

Modified: rtmp/rtmpproto.c
==============================================================================
--- rtmp/rtmpproto.c	Wed Jul  1 12:26:35 2009	(r4562)
+++ rtmp/rtmpproto.c	Wed Jul  1 12:46:31 2009	(r4563)
@@ -59,7 +59,6 @@ typedef struct RTMPContext {
     uint8_t*      flv_data;
     int           flv_size;
     int           flv_off;
-    int           wrong_dts;
     uint32_t      video_ts, audio_ts;
 } RTMPContext;
 


More information about the FFmpeg-soc mailing list