summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBastien Nocera <hadess@users.sourceforge.net>2003-11-27 17:02:36 +0000
committerBastien Nocera <hadess@users.sourceforge.net>2003-11-27 17:02:36 +0000
commit6538a1beb11308c59841f9e378a2e1410318a463 (patch)
tree81176649fe3ba3c695915c9687db8c705cc30cea /src
parent727c57de5e95531cfd18c1ccb3e57d8861df5112 (diff)
downloadxine-lib-6538a1beb11308c59841f9e378a2e1410318a463.tar.gz
xine-lib-6538a1beb11308c59841f9e378a2e1410318a463.tar.bz2
- 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
Diffstat (limited to 'src')
-rw-r--r--src/libffmpeg/xine_decoder.c4
1 files changed, 3 insertions, 1 deletions
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,