mirror of
https://gitlab.xiph.org/xiph/ezstream.git
synced 2024-11-03 04:17:18 -05:00
Error string argument is no longer used
This commit is contained in:
parent
d93f313f97
commit
b920aadd70
@ -129,8 +129,10 @@ cfg_encoder_set_format_str(struct cfg_encoder *e, const char *fmt_str,
|
|||||||
|
|
||||||
int
|
int
|
||||||
cfg_encoder_set_program(struct cfg_encoder *e, const char *program,
|
cfg_encoder_set_program(struct cfg_encoder *e, const char *program,
|
||||||
const char **errstrp)
|
const char **not_used)
|
||||||
{
|
{
|
||||||
|
(void)not_used;
|
||||||
|
|
||||||
xfree(e->program);
|
xfree(e->program);
|
||||||
|
|
||||||
if (!program || !program[0])
|
if (!program || !program[0])
|
||||||
|
Loading…
Reference in New Issue
Block a user