[FFmpeg-devel] [PATCH 4/4] ffserver_config: postpone codec context creation

Lukasz Marek lukasz.m.luki2 at gmail.com
Mon Oct 20 23:58:30 CEST 2014


On 20.10.2014 23:57, Lukasz Marek wrote:
> So far AVCodecContext was created without codec specified.
> This causes internal data to not be initialized to defaults.
>
> This commit postpone context creation until all information are gathered.
>
> Partially fixes #1275
> ---
>   ffserver.c        |   8 +-
>   ffserver_config.c | 286 ++++++++++++++++++++++++++++++++----------------------
>   ffserver_config.h |   9 +-
>   3 files changed, 183 insertions(+), 120 deletions(-)

I haven't done selfreview of this one yet.
For now I wish patches 1-3 were marged as soon as possible.



More information about the ffmpeg-devel mailing list