diff options
author | Lukasz Marek <lukasz.m.luki2@gmail.com> | 2014-11-13 18:45:43 +0100 |
---|---|---|
committer | Lukasz Marek <lukasz.m.luki2@gmail.com> | 2014-11-26 23:32:29 +0100 |
commit | f61cb6453d22f3c09d4a57f7f07b35efdb66dcf9 (patch) | |
tree | 9d3f588af0bea1d26295158aa61621b611037841 /ffserver_config.h | |
parent | d57a6d20875f6e1423de0f4dab930c2cefaba9d7 (diff) | |
download | ffmpeg-f61cb6453d22f3c09d4a57f7f07b35efdb66dcf9.tar.gz |
ffserver_config: map ffserver options to AVOptions
Signed-off-by: Lukasz Marek <lukasz.m.luki2@gmail.com>
Diffstat (limited to 'ffserver_config.h')
-rw-r--r-- | ffserver_config.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ffserver_config.h b/ffserver_config.h index 3bc37e230e..60e88ec4ae 100644 --- a/ffserver_config.h +++ b/ffserver_config.h @@ -110,9 +110,7 @@ typedef struct FFServerConfig { enum AVCodecID guessed_audio_codec_id; enum AVCodecID guessed_video_codec_id; AVDictionary *video_opts; /* AVOptions for video encoder */ - 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 */ AVCodecContext *dummy_actx; /* Used internally to test audio AVOptions. */ AVCodecContext *dummy_vctx; /* Used internally to test video AVOptions. */ int no_audio; |