Browse Source

rtmpproto: remove dead code

Expression already evaluated before, redundant since
0533868642.

Bug-Id: CID 732199
tags/n2.5
Vittorio Giovara 11 years ago
parent
commit
322b571d55
1 changed files with 0 additions and 3 deletions
  1. +0
    -3
      libavformat/rtmpproto.c

+ 0
- 3
libavformat/rtmpproto.c View File

@@ -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…
Cancel
Save