mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-16 03:50:05 +01:00
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>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user