if(stream_info.skip > 0) {
#ifdef FLAC__HAS_OGG
- if(stream_info.is_ogg) { //@@@ (move this check into main.c)
+ if(stream_info.is_ogg) { /*@@@ (move this check into main.c) */
fprintf(stderr, "%s: ERROR, can't skip when decoding Ogg-FLAC yet; convert to native-FLAC first\n", stream_info.inbasefilename);
goto wav_abort_;
}
if(stream_info.skip > 0) {
#ifdef FLAC__HAS_OGG
- if(stream_info.is_ogg) { //@@@ (move this check into main.c)
+ if(stream_info.is_ogg) { /*@@@ (move this check into main.c) */
fprintf(stderr, "%s: ERROR, can't skip when decoding Ogg-FLAC yet; convert to native-FLAC first\n", stream_info.inbasefilename);
goto raw_abort_;
}