diff liboggplayer-src/src/util.cpp @ 60:9c63b355c82b

Remove the audio code completely.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 06 Aug 2013 23:45:05 +0300
parents 74b28a572438
children
line wrap: on
line diff
--- a/liboggplayer-src/src/util.cpp	Tue Aug 06 23:27:37 2013 +0300
+++ b/liboggplayer-src/src/util.cpp	Tue Aug 06 23:45:05 2013 +0300
@@ -5,10 +5,6 @@
 int OggPlayer::Imp::queue_page(ogg_page * page) {
 	if (theora_p)
 		ogg_stream_pagein(&o_tsstate, page);
-#ifdef VORBIS_SUPPORT
-	if (vorbis_p)
-		ogg_stream_pagein(&o_vsstate, page);
-#endif
 	return 0;
 }