From 1a054bd18767a58e602897c57f72f2c630f9ddcd Mon Sep 17 00:00:00 2001 From: Lukasz Marek Date: Sat, 15 Nov 2014 02:21:04 +0100 Subject: ffserver_config: do not store preset name Preset are translated to AVOptions. It is not required to reparse anymore. Fixes CID #1254667 Signed-off-by: Lukasz Marek --- ffserver_config.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'ffserver_config.h') diff --git a/ffserver_config.h b/ffserver_config.h index 57deb5b271..06981de746 100644 --- a/ffserver_config.h +++ b/ffserver_config.h @@ -113,8 +113,6 @@ typedef struct FFServerConfig { AVDictionary *video_conf; /* Values stored in video AVCodecContext.fields */ AVDictionary *audio_opts; /* AVOptions for audio encoder */ AVDictionary *audio_conf; /* Values stored in audio AVCodecContext.fields */ - char *video_preset; - char *audio_preset; AVCodecContext *dummy_actx; /* Used internally to test audio AVOptions. */ AVCodecContext *dummy_vctx; /* Used internally to test video AVOptions. */ int no_audio; -- cgit v1.2.3