ffserver_config: postpone codec context creation
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
Loading
Please register or sign in to comment