diff options
author | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2003-01-07 16:56:17 +0000 |
---|---|---|
committer | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2003-01-07 16:56:17 +0000 |
commit | e4c890a219c962c08b65dc68a4c02019e7b9340f (patch) | |
tree | 3775c8317b934c61cde424433b4990fb674703c2 /src/libvorbis/xine_decoder.c | |
parent | e043f7d98ba75e740b71d11622d5c4c6a7f7de77 (diff) | |
download | xine-lib-e4c890a219c962c08b65dc68a4c02019e7b9340f.tar.gz xine-lib-e4c890a219c962c08b65dc68a4c02019e7b9340f.tar.bz2 |
more A/V_HANDLED flags
CVS patchset: 3812
CVS date: 2003/01/07 16:56:17
Diffstat (limited to 'src/libvorbis/xine_decoder.c')
-rw-r--r-- | src/libvorbis/xine_decoder.c | 3 |
1 files changed, 2 insertions, 1 deletions
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) { |