Re: [FFmpeg-devel] [PATCH 1/4] ffserver: move configuration code to separate file

2014-10-22 Thread Reynaldo H. Verdejo Pinochet
Config parsing changeset LGTM. Feel free to push. Bests, -- Reynaldo H. Verdejo Pinochet Open Source Group Samsung Research America / Silicon Valley ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH 1/4] ffserver: move configuration code to separate file

2014-10-21 Thread Stefano Sabatini
On date Tuesday 2014-10-21 13:18:01 +0200, Lukasz Marek encoded: > On 21 October 2014 12:08, Stefano Sabatini wrote: > > > On date Monday 2014-10-20 23:56:59 +0200, Lukasz Marek encoded: > > > This commit doesn't change any existing logic. > > > It moves ffserver configuration related code to sep

Re: [FFmpeg-devel] [PATCH 1/4] ffserver: move configuration code to separate file

2014-10-21 Thread Lukasz Marek
On 21 October 2014 12:08, Stefano Sabatini wrote: > On date Monday 2014-10-20 23:56:59 +0200, Lukasz Marek encoded: > > This commit doesn't change any existing logic. > > It moves ffserver configuration related code to separate file. > > It intends to make maintaining easier. > > I'm not opposed,

Re: [FFmpeg-devel] [PATCH 1/4] ffserver: move configuration code to separate file

2014-10-21 Thread Stefano Sabatini
On date Monday 2014-10-20 23:56:59 +0200, Lukasz Marek encoded: > This commit doesn't change any existing logic. > It moves ffserver configuration related code to separate file. > It intends to make maintaining easier. I'm not opposed, but please tell why you think it's better this way. I still ha

[FFmpeg-devel] [PATCH 1/4] ffserver: move configuration code to separate file

2014-10-20 Thread Lukasz Marek
This commit doesn't change any existing logic. It moves ffserver configuration related code to separate file. It intends to make maintaining easier. Signed-off-by: Lukasz Marek --- Makefile |1 + ffserver.c| 1214 + ffserve