summaryrefslogtreecommitdiff
path: root/ffserver_config.c
Commit message (Collapse)AuthorAge
* ffserver_conf: factorize parse function per config tagLukasz Marek2014-10-22
| | | | Signed-off-by: Lukasz Marek <lukasz.m.luki2@gmail.com>
* ffserver_config: clean up variable initializationLukasz Marek2014-10-22
| | | | Signed-off-by: Lukasz Marek <lukasz.m.luki2@gmail.com>
* ffserver: move configuration code to separate fileLukasz Marek2014-10-22
This commit doesn't change any existing logic. It moves ffserver configuration related code to separate file. It intends to make maintaining easier. Signed-off-by: Lukasz Marek <lukasz.m.luki2@gmail.com>