summaryrefslogtreecommitdiffstats
path: root/ffserver_config.h
diff options
context:
space:
mode:
authorLukasz Marek <lukasz.m.luki2@gmail.com>2014-11-15 02:21:04 +0100
committerLukasz Marek <lukasz.m.luki2@gmail.com>2014-11-17 00:27:25 +0100
commit1a054bd18767a58e602897c57f72f2c630f9ddcd (patch)
tree436ff637b2976c73f48504e7c7ff99737110bb51 /ffserver_config.h
parent33d6f90e3e0241939ea0be9ca9e1f335942081c8 (diff)
downloadffmpeg-streaming-1a054bd18767a58e602897c57f72f2c630f9ddcd.zip
ffmpeg-streaming-1a054bd18767a58e602897c57f72f2c630f9ddcd.tar.gz
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 <lukasz.m.luki2@gmail.com>
Diffstat (limited to 'ffserver_config.h')
-rw-r--r--ffserver_config.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/ffserver_config.h b/ffserver_config.h
index 57deb5b..06981de 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;
OpenPOWER on IntegriCloud