On 07/26/2012 09:10 PM, Samuel Pitoiset wrote: > --- > libavformat/rtmpproto.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/libavformat/rtmpproto.c b/libavformat/rtmpproto.c > index a2efe38..7ff3117 100644 > --- a/libavformat/rtmpproto.c > +++ b/libavformat/rtmpproto.c > @@ -1095,7 +1095,8 @@ static int rtmp_parse_result(URLContext *s, RTMPContext > *rt, RTMPPacket *pkt) > break; > case RTMP_PT_VIDEO: > case RTMP_PT_AUDIO: > - /* Audio and Video packets are parsed in get_packet() */ > + case RTMP_PT_METADATA: > + /* Audio, Video and Metadata packets are parsed in get_packet() */ > break; > default: > av_log(s, AV_LOG_VERBOSE, "Unknown packet type received 0x%02X\n", > pkt->type);
Looks ok. -- Luca Barbato Gentoo/linux http://dev.gentoo.org/~lu_zero _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
