[FFmpeg-devel] A little copy/paste type for you to fix
Michael Niedermayer
michaelni at gmx.at
Sun Nov 9 12:44:58 CET 2014
On Sun, Nov 09, 2014 at 09:35:08AM +0000, JULIAN GARDNER wrote:
> 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);
fixed
thanks
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
What does censorship reveal? It reveals fear. -- Julian Assange
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20141109/4c624ddd/attachment.asc>
More information about the ffmpeg-devel
mailing list