aboutsummaryrefslogtreecommitdiffstats
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 06981de746..3bc37e230e 100644
--- a/ffserver_config.h
+++ b/ffserver_config.h
@@ -117,6 +117,7 @@ typedef struct FFServerConfig {
AVCodecContext *dummy_vctx; /* Used internally to test video AVOptions. */
int no_audio;
int no_video;
+ int line_num;
} FFServerConfig;
void ffserver_get_arg(char *buf, int buf_size, const char **pp);