OSDN Git Service

rtmpproto: rename URLContext* argument in rtmp_write()
authorAnton Khirnov <anton@khirnov.net>
Thu, 3 Feb 2011 11:17:35 +0000 (11:17 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Fri, 4 Feb 2011 02:10:12 +0000 (03:10 +0100)
commitea46876301e32ee6e55e05a1289cc226e434bdd0
tree3bdf6e234ecc63750578aba6b98ea07f80640da9
parentb9dab1131c7bf3c5093fb9ce475b3b92480d7669
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>
(cherry picked from commit 9ad4c65f6fa7ff6d3fb7d5ea02908bbd6adc583f)
libavformat/rtmpproto.c