Commit 3a8b66af authored by Michael Niedermayer's avatar Michael Niedermayer

rtmp_write_amf_data: remove dead code

Fixes CID732199
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent e4ef2e07
......@@ -256,9 +256,6 @@ static int rtmp_write_amf_data(URLContext *s, char *param, uint8_t **p)
*value = '\0';
value++;
if (!field || !value)
goto fail;
ff_amf_write_field_name(p, field);
} else {
goto fail;
......
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