A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://ffmpeg.org/pipermail/ffmpeg-devel/2007-January/027048.html below:

[Ffmpeg-devel] [PATCH] libavformat and ogg vorbis tags

[Ffmpeg-devel] [PATCH] libavformat and ogg vorbis tags [Ffmpeg-devel] [PATCH] libavformat and ogg vorbis tagsBenoit Fouet benoit.fouet
Fri Jan 5 11:01:48 CET 2007
Tatu Kilappa wrote:
> ------------------------------------------------------------------------
>
> --- oggparsevorbis.c.original	2007-01-03 00:27:48.000000000 +0200
> +++ oggparsevorbis.c	2007-01-03 00:27:34.000000000 +0200
> @@ -87,7 +87,9 @@
>              ct[vl] = 0;
>  
>              // took from Vorbis_I_spec
> -            if (!strcmp (tt, "AUTHOR"))
> +	    if (!strcmp (tt, "ALBUM"))
> +                strncpy (as->album, ct, FFMIN(sizeof (as->author), vl));
> +	    else if (!strcmp (tt, "ARTIST"))
>   
i think you broke indentation.
also, isn't it "sizeof (as->album)" ?

Ben



More information about the ffmpeg-devel mailing list

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4