diff options
author | Mike Melanson <mike@multimedia.cx> | 2005-03-06 07:18:54 +0000 |
---|---|---|
committer | Mike Melanson <mike@multimedia.cx> | 2005-03-06 07:18:54 +0000 |
commit | 64965620fd670bf5b2c4c5fde4da797483fefbe5 (patch) | |
tree | bc7a85817760e920ba5b02c000d2a9b641493f34 /src | |
parent | 165688f7f7edba241816df6e57b43df8e4b1d4e6 (diff) | |
download | xine-lib-64965620fd670bf5b2c4c5fde4da797483fefbe5.tar.gz xine-lib-64965620fd670bf5b2c4c5fde4da797483fefbe5.tar.bz2 |
assign ALAC an actual fourcc
CVS patchset: 7430
CVS date: 2005/03/06 07:18:54
Diffstat (limited to 'src')
-rw-r--r-- | src/xine-engine/buffer_types.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xine-engine/buffer_types.c b/src/xine-engine/buffer_types.c index 73824d7d6..5cd09f03f 100644 --- a/src/xine-engine/buffer_types.c +++ b/src/xine-engine/buffer_types.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: buffer_types.c,v 1.91 2005/02/26 19:58:21 miguelfreitas Exp $ + * $Id: buffer_types.c,v 1.92 2005/03/06 07:18:54 tmmm Exp $ * * * contents: @@ -968,7 +968,7 @@ static audio_db_t audio_db[] = { }, { { - 0 + meFOURCC('a', 'l', 'a', 'c'), }, BUF_AUDIO_ALAC, "Apple Lossless Audio Codec" |