[FFmpeg-devel] A little copy/paste type for you to fix

JULIAN GARDNER joolzg at btinternet.com
Sun Nov 9 10:35:08 CET 2014


libavformat:166


    if (ctx->pageurl) { 
        av_strlcat(filename, " pageUrl=", len); 
        av_strlcat(filename, ctx->pageurl, len); 
    } 
    if (ctx->swfurl) { 
        av_strlcat(filename, " swfUrl=", len); 
        av_strlcat(filename, ctx->pageurl, len); 
    }
 
Do you see it?????

The line at  172 should be

        av_strlcat(filename, ctx->swfurl, len); 
 joolz


More information about the ffmpeg-devel mailing list