mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
rtmpproto: remove dead code
Expression already evaluated before, redundant since
0533868642
.
Bug-Id: CID 732199
This commit is contained in:
parent
d1afd3e1d6
commit
322b571d55
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user