]> git.sesse.net Git - ffmpeg/commit
rtmpproto: rename URLContext* argument in rtmp_write()
authorAnton Khirnov <anton@khirnov.net>
Thu, 3 Feb 2011 11:17:35 +0000 (11:17 +0000)
committerMans Rullgard <mans@mansr.com>
Thu, 3 Feb 2011 11:43:48 +0000 (11:43 +0000)
commit9ad4c65f6fa7ff6d3fb7d5ea02908bbd6adc583f
tree1559619107b97d9a60af0ff3461660a592780ccb
parente65b1934bf4f2fbde611b75ea6c0c871daaf0b56
rtmpproto: rename URLContext* argument in rtmp_write()

Now the first argument is URLContext *h. However, the function logs to
LOG_CONTEXT, which is #defined as 's' for new lavf major versions.

Therefore, rename h -> s.

Signed-off-by: Mans Rullgard <mans@mansr.com>
libavformat/rtmpproto.c