Re: [FFmpeg-devel] [PATCH] ffserver: add NULL context to ff_rtsp_parse_line().

2015-11-29 Thread Nicolas George
Le nonidi 9 frimaire, an CCXXIV, Michael Niedermayer a écrit : > LGTM Pushed. Regards, -- Nicolas George signature.asc Description: Digital signature ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-d

Re: [FFmpeg-devel] [PATCH] ffserver: add NULL context to ff_rtsp_parse_line().

2015-11-29 Thread Michael Niedermayer
On Sun, Nov 29, 2015 at 05:01:52PM +0100, Nicolas George wrote: > Needed after f62fe53/2c17fb6. > > Signed-off-by: Nicolas George > --- > ffserver.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) LGTM thanks [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040

[FFmpeg-devel] [PATCH] ffserver: add NULL context to ff_rtsp_parse_line().

2015-11-29 Thread Nicolas George
Needed after f62fe53/2c17fb6. Signed-off-by: Nicolas George --- ffserver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Fix build failure. I am not sure if we can find a relevant context. diff --git a/ffserver.c b/ffserver.c index 7e4f620..65ae431 100644 --- a/ffserver.c +++ b/ffser