summaryrefslogtreecommitdiff
path: root/libavformat/rtmpproto.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-10-16 00:02:50 +0200
committerMichael Niedermayer <michaelni@gmx.at>2014-10-16 00:02:54 +0200
commit917f86f47908ed9f6e11efe36ecfbe75dabe28c0 (patch)
treeb2aeec3323b1a193f8a5c21e9e3b7ca25417e9b0 /libavformat/rtmpproto.c
parentf09162c06bbafc4801c5a63a5abc6ce37d8881bd (diff)
parent79dd756e143a54efc25d64e90505f0dca6cbc4ec (diff)
Merge commit '79dd756e143a54efc25d64e90505f0dca6cbc4ec'
* commit '79dd756e143a54efc25d64e90505f0dca6cbc4ec': rtmpproto: Fix a typo Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/rtmpproto.c')
-rw-r--r--libavformat/rtmpproto.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/rtmpproto.c b/libavformat/rtmpproto.c
index 6122548dc8..f3ac812315 100644
--- a/libavformat/rtmpproto.c
+++ b/libavformat/rtmpproto.c
@@ -503,7 +503,7 @@ static int read_connect(URLContext *s, RTMPContext *rt)
if (ret < 0)
return ret;
- // Send result_ NetConnection.Connect.Success to connect
+ // Send _result NetConnection.Connect.Success to connect
if ((ret = ff_rtmp_packet_create(&pkt, RTMP_SYSTEM_CHANNEL,
RTMP_PT_INVOKE, 0,
RTMP_PKTDATA_DEFAULT_SIZE)) < 0)