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 hate the ffmpeg.c/ffmpeg_opt.c split, since it makes debugging and browsing the code much harder for me, also it increases the complexity since you have to declare otherwise static functions. > Signed-off-by: Lukasz Marek <lukasz.m.lu...@gmail.com> > --- > Makefile | 1 + > ffserver.c | 1214 > +++++------------------------------------------------ > ffserver_config.c | 986 +++++++++++++++++++++++++++++++++++++++++++ > ffserver_config.h | 118 ++++++ > 4 files changed, 1201 insertions(+), 1118 deletions(-) > create mode 100644 ffserver_config.c > create mode 100644 ffserver_config.h -- FFmpeg = Furious Fascinating Multimedia Ponderous Enhancing Gigant _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel