On Sun, Feb 19, 2017 at 6:10 PM, Luca Barbato <lu_z...@gentoo.org> wrote:
> ---
>  libavformat/rtsp.c | 67 
> +++++++++++++++++++++++++++++++++---------------------
>  1 file changed, 41 insertions(+), 26 deletions(-)
>
> diff --git a/libavformat/rtsp.c b/libavformat/rtsp.c
> index 7e59857..2c21fa7 100644
> --- a/libavformat/rtsp.c
> +++ b/libavformat/rtsp.c
> @@ -2043,6 +2043,45 @@ static int pick_stream(AVFormatContext *s, RTSPStream 
> **rtsp_st,
>      return AVERROR(EAGAIN);
>  }
>
> +
> +static int read_packet(AVFormatContext *s,

nit: extra empty line
-- 
Vittorio
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to