On date Monday 2014-10-20 23:57:01 +0200, Lukasz Marek encoded: > Signed-off-by: Lukasz Marek <lukasz.m.lu...@gmail.com> > --- > ffserver.c | 6 + > ffserver_config.c | 1138 > ++++++++++++++++++++++++++--------------------------- > ffserver_config.h | 7 + > 3 files changed, 566 insertions(+), 585 deletions(-) > > diff --git a/ffserver.c b/ffserver.c > index af6e8e1..22560ce 100644 > --- a/ffserver.c > +++ b/ffserver.c > @@ -208,6 +208,12 @@ static FFServerConfig config = { > .logfilename = {0}, > .http_addr = {0}, > .rtsp_addr = {0}, > + .errors = 0, > + .warnings = 0, > + .audio_id = AV_CODEC_ID_NONE, > + .video_id = AV_CODEC_ID_NONE, > + .audio_enc = {0}, > + .video_enc = {0}, > };
Probably good, also I like the idea to split the big parsing function. [...] -- FFmpeg = Forgiving Frenzy Miracolous Perfectionist Evanescent Gadget _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel