On Sun, Feb 19, 2017 at 6:10 PM, Luca Barbato <[email protected]> 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 [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
