[MPlayer-cvslog] r25918 - trunk/libmpdemux/demux_audio.c

Diego Biurrun diego at biurrun.de
Tue Jan 29 23:37:14 CET 2008


On Tue, Jan 29, 2008 at 11:04:46PM +0100, reimar wrote:
> 
> Log:
> Disable reading of flac metadata, mere metadata is not worth such a mess.
> If you want this, fix the implementation to not crash at least occasionally,
> or wait till I get bored enough to fix it.
> 
> --- trunk/libmpdemux/demux_audio.c	(original)
> +++ trunk/libmpdemux/demux_audio.c	Tue Jan 29 23:04:46 2008
> @@ -131,6 +131,7 @@ static mp3_hdr_t *add_mp3_hdr(mp3_hdr_t 
>  
> +#if 0
>  #define FLAC_SIGNATURE_SIZE 4
>  #define FLAC_STREAMINFO_SIZE 34
>  #define FLAC_SEEKPOINT_SIZE 18

Could you please add an explanatory comment to the #if 0?

Having to look through the svn log to find out why some piece of code
was disabled is a pain.

Diego



More information about the MPlayer-cvslog mailing list