Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/audio/common recognize AUDIO_ENCODING_AC3
details: https://anonhg.NetBSD.org/src/rev/ee451114646f
branches: trunk
changeset: 769359:ee451114646f
user: jmcneill <jmcneill%NetBSD.org@localhost>
date: Tue Sep 06 22:41:53 2011 +0000
description:
recognize AUDIO_ENCODING_AC3
diffstat:
usr.bin/audio/common/audio.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r 4d4651d7d89f -r ee451114646f usr.bin/audio/common/audio.c
--- a/usr.bin/audio/common/audio.c Tue Sep 06 21:39:30 2011 +0000
+++ b/usr.bin/audio/common/audio.c Tue Sep 06 22:41:53 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: audio.c,v 1.20 2011/08/28 01:17:47 joerg Exp $ */
+/* $NetBSD: audio.c,v 1.21 2011/09/06 22:41:53 jmcneill Exp $ */
/*
* Copyright (c) 1999 Matthew R. Green
@@ -32,7 +32,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: audio.c,v 1.20 2011/08/28 01:17:47 joerg Exp $");
+__RCSID("$NetBSD: audio.c,v 1.21 2011/09/06 22:41:53 jmcneill Exp $");
#endif
@@ -104,6 +104,7 @@
{ AudioEmpeg_l2_stream, AUDIO_ENCODING_MPEG_L2_STREAM },
{ AudioEmpeg_l2_packets,AUDIO_ENCODING_MPEG_L2_PACKETS },
{ AudioEmpeg_l2_system, AUDIO_ENCODING_MPEG_L2_SYSTEM },
+ { AudioEac3, AUDIO_ENCODING_AC3 },
{ NULL, -1 }
};
Home |
Main Index |
Thread Index |
Old Index