From 6538a1beb11308c59841f9e378a2e1410318a463 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Thu, 27 Nov 2003 17:02:36 +0000 Subject: - disable the Audio DV codec in the ffmpeg decoder as it seems to have disappeared from this side of the earth CVS patchset: 5807 CVS date: 2003/11/27 17:02:36 --- src/libffmpeg/xine_decoder.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/libffmpeg/xine_decoder.c b/src/libffmpeg/xine_decoder.c index 3d6ab0692..053703777 100644 --- a/src/libffmpeg/xine_decoder.c +++ b/src/libffmpeg/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.141 2003/11/26 23:44:10 f1rmb Exp $ + * $Id: xine_decoder.c,v 1.142 2003/11/27 17:02:36 hadess Exp $ * * xine decoder plugin using ffmpeg * @@ -1358,11 +1358,13 @@ static void ff_audio_decode_data (audio_decoder_t *this_gen, buf_element_t *buf) _x_meta_info_set(this->stream, XINE_META_INFO_AUDIOCODEC, "MS Windows Media Audio 2 (ffmpeg)"); break; + /* FIXME DV Audio has disappeared from libffmpeg case BUF_AUDIO_DV: this->codec = avcodec_find_decoder (CODEC_ID_DVAUDIO); _x_meta_info_set(this->stream, XINE_META_INFO_AUDIOCODEC, "DV Audio (ffmpeg)"); break; + */ case BUF_AUDIO_14_4: this->codec = avcodec_find_decoder (CODEC_ID_RA_144); _x_meta_info_set(this->stream, XINE_META_INFO_AUDIOCODEC, -- cgit v1.2.3