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

kostya subversion at mplayerhq.hu
Mon Jun 22 11:17:46 CEST 2009


Author: kostya
Date: Mon Jun 22 11:17:46 2009
New Revision: 4498

Log:
Inform about RTMP chunk size change event in debug mode

Modified:
   rtmp/rtmpdec.c

Modified: rtmp/rtmpdec.c
==============================================================================
--- rtmp/rtmpdec.c	Sun Jun 21 20:11:50 2009	(r4497)
+++ rtmp/rtmpdec.c	Mon Jun 22 11:17:46 2009	(r4498)
@@ -430,6 +430,7 @@ static int rtmp_parse_result(AVFormatCon
             return -1;
         }
         rt->chunk_size = AV_RB32(pkt->data);
+        av_log(s, AV_LOG_DEBUG, "New chunk size = %d\n", rt->chunk_size);
         break;
     case RTMP_PT_PING:
         t = AV_RB16(pkt->data);


More information about the FFmpeg-soc mailing list