Commit 03ac7991 authored by Robert Leatherwood's avatar Robert Leatherwood Committed by Carl Eugen Hoyos

Rm duplicated define for OPT_STR.

parent a08a59b7
......@@ -190,15 +190,6 @@ static void check_default_settings(AVCodecContext *avctx)
}
}
#define OPT_STR(opt, param) \
do { \
if (param && x264_param_parse(&x4->params, opt, param) < 0) { \
av_log(avctx, AV_LOG_ERROR, \
"bad value for '%s': '%s'\n", opt, param); \
return -1; \
} \
} while (0); \
#define OPT_STR(opt, param) \
do { \
if (param && x264_param_parse(&x4->params, opt, param) < 0) { \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment