Commit 322b571d authored by Vittorio Giovara's avatar Vittorio Giovara

rtmpproto: remove dead code

Expression already evaluated before, redundant since
05338686.

Bug-Id: CID 732199
parent d1afd3e1
......@@ -276,9 +276,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