K 10 svn:author V 8 tcberner K 8 svn:date V 27 2020-08-09T09:31:24.909532Z K 7 svn:log V 722 net/liveMedia: update to 2020.08.09 2020.08.09: - Changed the parameter signature of the "RawVideoRTPSink" constructor and "createNew()" functions so that the "width" parameter comes before the "height" parameter. This order - "width", "height" - is more common, and is the order used when these parameters are defined in RFC 4175. IMPORTANT NOTE: Because the types of these two parameters are the same, existing application code that uses "RawVideoRTPSink" will compile without error; however, it will not work properly unless the order of the parameters in the call to "RawVideoRTPSink::createNew()" is changed. The sole consumer multimedia/vlc does not use RawVideoRTPSink, so no patching is required. END