diff options
author | James Stembridge <jstembridge@users.sourceforge.net> | 2004-05-24 22:24:42 +0000 |
---|---|---|
committer | James Stembridge <jstembridge@users.sourceforge.net> | 2004-05-24 22:24:42 +0000 |
commit | 7a20d5bd9e29787ab92148e75b0ca3877bc20e4d (patch) | |
tree | 812418c99646b56b768cdb507d09db401d153ed6 | |
parent | f56957da621c28766f99551a4585ad335f9c7699 (diff) | |
download | xine-lib-7a20d5bd9e29787ab92148e75b0ca3877bc20e4d.tar.gz xine-lib-7a20d5bd9e29787ab92148e75b0ca3877bc20e4d.tar.bz2 |
Comply with convention - put wFormatTag value before fourcc's
CVS patchset: 6589
CVS date: 2004/05/24 22:24:42
-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 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, |