Update of /cvsroot/xine/xine-lib/src/libflac
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv6727
Modified Files:
decoder_flac.c
Log Message:
Fix for libflac <1.1.3, thanks to Ville Skyttä for reporting, closes bug
#1627321.
Index: decoder_flac.c
===================================================================
RCS file: /cvsroot/xine/xine-lib/src/libflac/decoder_flac.c,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- decoder_flac.c 25 Dec 2006 19:22:00 -0000 1.22
+++ decoder_flac.c 3 Feb 2007 11:06:40 -0000 1.23
@@ -363,7 +363,7 @@
FLAC__stream_decoder_set_client_data (this->flac_decoder, this);
- if (FLAC__stream_decoder_init (this->flac_decoder) ==
FLAC__STREAM_DECODER_SEARCH_FOR_METADATA) {
+ if (FLAC__stream_decoder_init (this->flac_decoder) !=
FLAC__STREAM_DECODER_SEARCH_FOR_METADATA) {
free (this);
return NULL;
}
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Xine-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xine-cvslog