[Mplayer-cvslog] CVS: main dec_audio.c,1.33,1.34
Atmosfear
atmos4 at mplayer.dev.hu
Sat Sep 1 22:08:18 CEST 2001
Update of /cvsroot/mplayer/main
In directory mplayer:/var/tmp.root/cvs-serv16961
Modified Files:
dec_audio.c
Log Message:
OOOPS, miaaing ifdef.
Index: dec_audio.c
===================================================================
RCS file: /cvsroot/mplayer/main/dec_audio.c,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- dec_audio.c 1 Sep 2001 19:44:48 -0000 1.33
+++ dec_audio.c 1 Sep 2001 20:08:15 -0000 1.34
@@ -453,6 +453,7 @@
len=MP3_DecodeFrame(buf,-1);
// len=MP3_DecodeFrame(buf,3);
break;
+#ifdef HAVE_OGGVORBIS
case AFM_VORBIS: { // OggVorbis
/* note: good minlen would be 4k or 8k IMHO - atmos */
int ret;
@@ -547,6 +548,7 @@
} // from else, packetout ok
break;
+#endif
}
case AFM_PCM: // AVI PCM
len=demux_read_data(sh_audio->ds,buf,minlen);
More information about the MPlayer-cvslog
mailing list