diff options
author | Mike Melanson <mike@multimedia.cx> | 2003-10-25 04:03:33 +0000 |
---|---|---|
committer | Mike Melanson <mike@multimedia.cx> | 2003-10-25 04:03:33 +0000 |
commit | 065c21d2b1beeeef8a4365463d64c1b07ce6fb25 (patch) | |
tree | 72e212b268a10f3e294c4e1b9206d9da28d7a9a8 | |
parent | 4a6b8c82dc6fc82c6ac0ab2bf4d67aa1338f4a5b (diff) | |
download | xine-lib-065c21d2b1beeeef8a4365463d64c1b07ce6fb25.tar.gz xine-lib-065c21d2b1beeeef8a4365463d64c1b07ce6fb25.tar.bz2 |
yep, AC3 data can occur in Quicktime files
CVS patchset: 5590
CVS date: 2003/10/25 04:03:33
-rw-r--r-- | src/xine-engine/buffer_types.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/xine-engine/buffer_types.c b/src/xine-engine/buffer_types.c index 587b54e72..5ca011305 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.68 2003/10/19 16:32:08 jstembridge Exp $ + * $Id: buffer_types.c,v 1.69 2003/10/25 04:03:33 tmmm Exp $ * * * contents: @@ -601,7 +601,9 @@ static video_db_t video_db[] = { static audio_db_t audio_db[] = { { { - 0x2000, 0 + 0x2000, + meFOURCC('m', 's', 0x20, 0x00), + 0 }, BUF_AUDIO_A52, "AC3" |