summaryrefslogtreecommitdiff
path: root/ffserver_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'ffserver_config.h')
-rw-r--r--ffserver_config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ffserver_config.h b/ffserver_config.h
index ac75b06892..6b64dc57cd 100644
--- a/ffserver_config.h
+++ b/ffserver_config.h
@@ -115,6 +115,7 @@ typedef struct FFServerConfig {
AVDictionary *audio_conf; /* Values stored in audio AVCodecContext.fields */
char *video_preset;
char *audio_preset;
+ AVCodecContext *dummy_ctx; /* Used internally to test AVOptions. Not to be used anywhere else */
} FFServerConfig;
void ffserver_get_arg(char *buf, int buf_size, const char **pp);