Skip to content
Snippets Groups Projects
Commit f61cb645 authored by Lukasz Marek's avatar Lukasz Marek
Browse files

ffserver_config: map ffserver options to AVOptions


Signed-off-by: default avatarLukasz Marek <lukasz.m.luki2@gmail.com>
parent d57a6d20
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
...@@ -110,9 +110,7 @@ typedef struct FFServerConfig { ...@@ -110,9 +110,7 @@ typedef struct FFServerConfig {
enum AVCodecID guessed_audio_codec_id; enum AVCodecID guessed_audio_codec_id;
enum AVCodecID guessed_video_codec_id; enum AVCodecID guessed_video_codec_id;
AVDictionary *video_opts; /* AVOptions for video encoder */ 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_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_actx; /* Used internally to test audio AVOptions. */
AVCodecContext *dummy_vctx; /* Used internally to test video AVOptions. */ AVCodecContext *dummy_vctx; /* Used internally to test video AVOptions. */
int no_audio; int no_audio;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment