Hi Lukasz. Sry for the delay at answering, been traveling
the whole week.
Patch looks OK, feel free to push.
Bests,
--
Reynaldo H. Verdejo Pinochet
Open Source Group
Samsung Research America / Silicon Valley
___
ffmpeg-devel mailing list
ffmpeg-devel@
On 12.11.2014 08:23, Reynaldo H. Verdejo Pinochet wrote:
[..]
@@ -293,16 +295,31 @@ static int ffserver_opt_preset(const char *arg,
ret = AVERROR(EINVAL);
break;
}
-if (audio_id && !strcmp(tmp, "acodec")) {
-*audio_id = opt_codec(tmp2, AVM
Hi Lukasz
On 11/11/2014 04:31 AM, Lukasz Marek wrote:
This commit allows to set codec's private option.
As side effect this commit also improves preset support.
s/this commit also/, it/
[..]
+static int ffserver_save_avoption(AVCodecContext *ctx, const char *opt, const
char *arg,
+
This commit allows to set codec's private option.
As side effect this commit also improves preset support.
Signed-off-by: Lukasz Marek
---
Changelog | 1 +
doc/ffserver.texi | 10 ++-
ffserver_config.c | 219 ++
ffserver_config.h |