From 7a20d5bd9e29787ab92148e75b0ca3877bc20e4d Mon Sep 17 00:00:00 2001 From: James Stembridge Date: Mon, 24 May 2004 22:24:42 +0000 Subject: Comply with convention - put wFormatTag value before fourcc's CVS patchset: 6589 CVS date: 2004/05/24 22:24:42 --- src/xine-engine/buffer_types.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/xine-engine/buffer_types.c b/src/xine-engine/buffer_types.c index 3f4e9f91f..1e41043cc 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.79 2004/05/24 22:17:58 jstembridge Exp $ + * $Id: buffer_types.c,v 1.80 2004/05/24 22:24:42 jstembridge Exp $ * * * contents: @@ -838,11 +838,11 @@ static audio_db_t audio_db[] = { }, { { + 0xFF, meFOURCC('m', 'p', '4', 'a'), meFOURCC('M', 'P', '4', 'A'), meFOURCC('r', 'a', 'a', 'c'), meFOURCC('r', 'a', 'c', 'p'), - 0xFF, 0 }, BUF_AUDIO_AAC, -- cgit v1.2.3