From e4c890a219c962c08b65dc68a4c02019e7b9340f Mon Sep 17 00:00:00 2001 From: Daniel Caujolle-Bert Date: Tue, 7 Jan 2003 16:56:17 +0000 Subject: more A/V_HANDLED flags CVS patchset: 3812 CVS date: 2003/01/07 16:56:17 --- src/libvorbis/xine_decoder.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/libvorbis/xine_decoder.c') diff --git a/src/libvorbis/xine_decoder.c b/src/libvorbis/xine_decoder.c index 1d75c5ced..594d7b48e 100644 --- a/src/libvorbis/xine_decoder.c +++ b/src/libvorbis/xine_decoder.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: xine_decoder.c,v 1.23 2002/12/21 12:56:48 miguelfreitas Exp $ + * $Id: xine_decoder.c,v 1.24 2003/01/07 16:56:19 f1rmb Exp $ * * (ogg/)vorbis audio decoder plugin (libvorbis wrapper) for xine */ @@ -127,6 +127,7 @@ static void get_metadata (vorbis_decoder_t *this) { } this->stream->meta_info[XINE_META_INFO_AUDIOCODEC] = strdup ("vorbis"); + this->stream->stream_info[XINE_STREAM_INFO_AUDIO_HANDLED] = 1; } static void vorbis_decode_data (audio_decoder_t *this_gen, buf_element_t *buf) { -- cgit v1.2.3