git.videolan.org
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
ffserver_config: cosmetic: move line_num into FFServerConfig
[ffmpeg.git]
/
ffserver_config.h
diff --git
a/ffserver_config.h
b/ffserver_config.h
index
06981de
..
3bc37e2
100644
(file)
--- 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);