diff -up xmms2-0.5DrLecter/src/plugins/avcodec/avcodec.c.ffmpeg xmms2-0.5DrLecter/src/plugins/avcodec/avcodec.c --- xmms2-0.5DrLecter/src/plugins/avcodec/avcodec.c.ffmpeg 2009-07-03 02:23:56.154266526 +0900 +++ xmms2-0.5DrLecter/src/plugins/avcodec/avcodec.c 2009-07-03 02:24:17.817255208 +0900 @@ -166,7 +166,7 @@ xmms_avcodec_init (xmms_xform_t *xform) data->codecctx->extradata_size = data->extradata_size; /* FIXME: this is for ALAC but can be a different value */ - data->codecctx->bits_per_sample = 16; + data->codecctx->bits_per_coded_sample = 16; if (avcodec_open (data->codecctx, codec) < 0) { XMMS_DBG ("Opening decoder '%s' failed", codec->name);