Module Name: src
Committed By: jmcneill
Date: Tue Sep 6 22:41:54 UTC 2011
Modified Files:
src/usr.bin/audio/common: audio.c
Log Message:
recognize AUDIO_ENCODING_AC3
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/usr.bin/audio/common/audio.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.bin/audio/common/audio.c
diff -u src/usr.bin/audio/common/audio.c:1.20 src/usr.bin/audio/common/audio.c:1.21
--- src/usr.bin/audio/common/audio.c:1.20 Sun Aug 28 01:17:47 2011
+++ src/usr.bin/audio/common/audio.c Tue Sep 6 22:41:53 2011
@@ -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 }
};