[FFmpeg-soc] [soc]: r4507 - rtmp/rtmpproto.c
kostya
subversion at mplayerhq.hu
Tue Jun 23 20:21:41 CEST 2009
Author: kostya
Date: Tue Jun 23 20:21:41 2009
New Revision: 4507
Log:
Buffer filling chunk belongs to the branch above
Modified:
rtmp/rtmpproto.c
Modified: rtmp/rtmpproto.c
==============================================================================
--- rtmp/rtmpproto.c Tue Jun 23 20:18:17 2009 (r4506)
+++ rtmp/rtmpproto.c Tue Jun 23 20:21:41 2009 (r4507)
@@ -535,12 +535,12 @@ static int rtmp_open(URLContext *s, cons
//av_log(s, AV_LOG_DEBUG, "Proto = %s, path = %s, app = %s, fname = %s\n",
// proto, path, app, rt->playpath);
gen_connect(s, rt, proto, hostname, port, app);
- }
rt->flv_data = av_malloc(13);
rt->flv_size = 13;
rt->flv_off = 0;
memcpy(rt->flv_data, "FLV\1\5\0\0\0\011\0\0\0\0", 13);
+ }
s->max_packet_size = url_get_max_packet_size(rt->rtmp_hd);
s->is_streamed = 1;
More information about the FFmpeg-soc
mailing list