[soc]: r4498 - rtmp/rtmpdec.c
22 Jun
2009
22 Jun
'09
9:17 a.m.
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);
6171
Age (days ago)
6171
Last active (days ago)
0 comments
1 participants
participants (1)
-
kostya