diff options
author | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2005-09-12 01:06:58 +0000 |
---|---|---|
committer | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2005-09-12 01:06:58 +0000 |
commit | 2992200b707689cd51e4641fab0c962c142a3313 (patch) | |
tree | f398e9f26349487b5249a8efaa1f4c50e4d9be23 /src/libffmpeg | |
parent | 7ab3a9ffdb889c57dfc4b73b8bf26ebb8d1dc5b8 (diff) | |
download | xine-lib-2992200b707689cd51e4641fab0c962c142a3313.tar.gz xine-lib-2992200b707689cd51e4641fab0c962c142a3313.tar.bz2 |
new Flameeyes's configure patches
CVS patchset: 7730
CVS date: 2005/09/12 01:06:58
Diffstat (limited to 'src/libffmpeg')
-rw-r--r-- | src/libffmpeg/audio_decoder.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 }; |