[FFmpeg-devel] [patch]MMS protocol over TCP

Ronald S. Bultje rsbultje
Tue Mar 30 23:29:05 CEST 2010


Hi,

On Tue, Mar 30, 2010 at 5:23 PM, Michael Niedermayer <michaelni at gmx.at> wrote:
> Please replace NULL by URLContext where URLContext is alraedy available.
> You can keep using NULL for dprintf() where URLContext is not available

typedef struct URLContext {
#if LIBAVFORMAT_VERSION_MAJOR >= 53
    const AVClass *av_class; ///< information for av_log(). Set by url_open().
#endif

#define LIBAVFORMAT_VERSION_MAJOR 52

No, not yet.

Ronald



More information about the ffmpeg-devel mailing list