comparison src/flacng/plugin.c @ 1044:b1128efde471 trunk

[svn] - get rid of all warnings gcc 4.2.0 emits with my build configuration. - fix for minor bugs.
author yaz
date Sun, 20 May 2007 12:05:48 -0700
parents 0ee1070d1741
children 085c579ba08a
comparison
equal deleted inserted replaced
1043:f65aa5417221 1044:b1128efde471
339 * chunkwise. Repeat until finished. 339 * chunkwise. Repeat until finished.
340 * 340 *
341 * Must be entered with flac_pl_mutex held! 341 * Must be entered with flac_pl_mutex held!
342 */ 342 */
343 343
344 gint ofree;
345 gint32* read_pointer; 344 gint32* read_pointer;
346 gint elements_left; 345 gint elements_left;
347 gint seek_sample; 346 gint seek_sample;
348 FLAC__StreamDecoderState state; 347 FLAC__StreamDecoderState state;
349 struct stream_info stream_info; 348 struct stream_info stream_info;
671 670
672 /* --- */ 671 /* --- */
673 672
674 TitleInput *flac_get_song_tuple(gchar* filename) { 673 TitleInput *flac_get_song_tuple(gchar* filename) {
675 674
676 gint l;
677 TitleInput *tuple; 675 TitleInput *tuple;
678 676
679 _ENTER; 677 _ENTER;
680 678
681 if (FALSE == read_metadata(filename, test_decoder, test_info)) { 679 if (FALSE == read_metadata(filename, test_decoder, test_info)) {