summaryrefslogtreecommitdiff
path: root/ffserver.c
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2013-11-27 13:56:33 +0100
committerStefano Sabatini <stefasab@gmail.com>2013-11-28 10:19:03 +0100
commitf7fbb7ac9906ed895f53844e228f1d72fbac912b (patch)
tree63e4042313d4ec1850718c1b22b087ebc516bb0f /ffserver.c
parentc4a03ac3b8d4a9d5e921e1e474773df19232c983 (diff)
ffserver: clarify feedback in case of wrong AVOptionAudio/Video error
Diffstat (limited to 'ffserver.c')
-rw-r--r--ffserver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ffserver.c b/ffserver.c
index d9add4a8ff..bbf408bbc5 100644
--- a/ffserver.c
+++ b/ffserver.c
@@ -4462,7 +4462,7 @@ static int parse_ffconfig(const char *filename)
type = AV_OPT_FLAG_AUDIO_PARAM;
}
if (ffserver_opt_default(arg, arg2, avctx, type|AV_OPT_FLAG_ENCODING_PARAM)) {
- ERROR("AVOption error: %s %s\n", arg, arg2);
+ ERROR("Error setting %s option to %s %s\n", cmd, arg, arg2);
}
} else if (!av_strcasecmp(cmd, "AVPresetVideo") ||
!av_strcasecmp(cmd, "AVPresetAudio")) {