• Lukasz Marek's avatar
    ffserver_config: postpone codec context creation · ed1f8915
    Lukasz Marek authored
    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 is gathered.
    
    Partially fixes #1275
    ed1f8915
ffserver_config.h 4.91 KB