From 2992200b707689cd51e4641fab0c962c142a3313 Mon Sep 17 00:00:00 2001 From: Miguel Freitas Date: Mon, 12 Sep 2005 01:06:58 +0000 Subject: new Flameeyes's configure patches CVS patchset: 7730 CVS date: 2005/09/12 01:06:58 --- src/libffmpeg/audio_decoder.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/libffmpeg/audio_decoder.c') diff --git a/src/libffmpeg/audio_decoder.c b/src/libffmpeg/audio_decoder.c index f341c6ccb..d40a39e6c 100644 --- a/src/libffmpeg/audio_decoder.c +++ b/src/libffmpeg/audio_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: audio_decoder.c,v 1.16 2005/05/29 19:28:00 jstembridge Exp $ + * $Id: audio_decoder.c,v 1.17 2005/09/12 01:06:58 miguelfreitas Exp $ * * xine audio decoder plugin using ffmpeg * @@ -441,7 +441,7 @@ static uint32_t supported_audio_types[] = { BUF_AUDIO_FLAC, BUF_AUDIO_ALAC, BUF_AUDIO_SHORTEN, - /* BUF_AUDIO_MPEG, */ + BUF_AUDIO_MPEG, 0 }; -- cgit v1.2.3