[FFmpeg-soc] [soc]: r3683 - mlp/mlpenc.c
ramiro
subversion at mplayerhq.hu
Sun Aug 31 17:44:11 CEST 2008
Author: ramiro
Date: Sun Aug 31 17:44:08 2008
New Revision: 3683
Log:
Minimum LPC order must be at least one.
Modified:
mlp/mlpenc.c
Modified: mlp/mlpenc.c
==============================================================================
--- mlp/mlpenc.c (original)
+++ mlp/mlpenc.c Sun Aug 31 17:44:08 2008
@@ -29,7 +29,7 @@
#define MAJOR_HEADER_INTERVAL 16
-#define MLP_MIN_LPC_ORDER 0
+#define MLP_MIN_LPC_ORDER 1
#define MLP_MAX_LPC_ORDER 8
#define MLP_MAX_LPC_SHIFT 16
More information about the FFmpeg-soc
mailing list