Commit 8f648b74 authored by Kostya Shishkov's avatar Kostya Shishkov

Accept RTMP packets with one-byte header

Originally committed as revision 20269 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent f836fa17
......@@ -87,8 +87,7 @@ int ff_rtmp_packet_read(URLContext *h, RTMPPacket *p,
hdr >>= 6;
if (hdr == RTMP_PS_ONEBYTE) {
//todo
return -1;
timestamp = prev_pkt[channel_id].timestamp;
} else {
if (url_read_complete(h, buf, 3) != 3)
return AVERROR(EIO);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment