Commit ddcd3960 authored by Clément Bœsch's avatar Clément Bœsch

Merge commit '9f23f77a'

* commit '9f23f77a':
  rtmpproto: Don't include the libavformat version as "clientid"
Merged-by: 's avatarClément Bœsch <u@pkh.me>
parents d1c341f7 9f23f77a
......@@ -1909,9 +1909,6 @@ static int write_status(URLContext *s, RTMPPacket *pkt,
ff_amf_write_string(&pp, statusmsg);
ff_amf_write_field_name(&pp, "details");
ff_amf_write_string(&pp, filename);
ff_amf_write_field_name(&pp, "clientid");
snprintf(statusmsg, sizeof(statusmsg), "%s", LIBAVFORMAT_IDENT);
ff_amf_write_string(&pp, statusmsg);
ff_amf_write_object_end(&pp);
spkt.size = pp - spkt.data;
......
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