On Tue, Jul 03, 2012 at 09:20:02PM +0200, Jordi Ortiz wrote:
> ---
>  libavformat/rtmpproto.c |    4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/libavformat/rtmpproto.c b/libavformat/rtmpproto.c
> index b48274b..5342be8 100644
> --- a/libavformat/rtmpproto.c
> +++ b/libavformat/rtmpproto.c
> @@ -959,6 +959,10 @@ static int rtmp_parse_result(URLContext *s, RTMPContext 
> *rt, RTMPPacket *pkt)
>                  return ret;
>          }
>          break;
> +    case RTMP_PT_VIDEO:
> +    case RTMP_PT_AUDIO:
> +        /* Audio and Video packets are parsed in get_packet() */
> +        break;
>      default:
>          av_log(s, AV_LOG_VERBOSE, "Unknown packet type received 0x%02X\n", 
> pkt->type);
>          break;
> -- 

LGTM
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to