summaryrefslogtreecommitdiff
path: root/include/vorbis/modes.h
diff options
context:
space:
mode:
authorMonty <xiphmont@xiph.org>2000-08-15 11:53:18 +0000
committerMonty <xiphmont@xiph.org>2000-08-15 11:53:18 +0000
commit68be5b6549294fffc473c8c37c47745710441bcf (patch)
treefa172e07e7b34318b6a5ddeb09362ec1c6c10374 /include/vorbis/modes.h
parent46b430ab6971a8a776b5aac43183bcdd8bb50156 (diff)
downloadlibvorbis-git-68be5b6549294fffc473c8c37c47745710441bcf.tar.gz
Add mode B
svn path=/trunk/vorbis/; revision=588
Diffstat (limited to 'include/vorbis/modes.h')
-rw-r--r--include/vorbis/modes.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/vorbis/modes.h b/include/vorbis/modes.h
index a9bc416b..6cd279f9 100644
--- a/include/vorbis/modes.h
+++ b/include/vorbis/modes.h
@@ -12,7 +12,7 @@
********************************************************************
function: predefined encoding modes
- last mod: $Id: modes.h,v 1.19 2000/08/15 09:45:47 xiphmont Exp $
+ last mod: $Id: modes.h,v 1.20 2000/08/15 11:53:18 xiphmont Exp $
********************************************************************/
@@ -20,6 +20,8 @@
#define _V_MODES_H_
#include "vorbis/mode_A.h"
+#include "vorbis/mode_B.h"
+#include "vorbis/mode_C.h"
#include "vorbis/mode_D.h"
#include "vorbis/mode_E.h"