summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>2004-11-26 12:25:43 +0000
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>2004-11-26 12:25:43 +0000
commitcff745a05acd14ffc91832245e1a68931a527c9c (patch)
tree845cde4e57f5169bc4f99624968544c295e841d7
parentedb4cedd04098af2a7fcb5848fb7e935952d2793 (diff)
ext/theora/theoradec.c: Fix ilog mask range overflow.
Original commit message from CVS: * ext/theora/theoradec.c: (theora_dec_chain): Fix ilog mask range overflow.
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e6ae37ed..e97740a9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2004-11-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
+ * ext/theora/theoradec.c: (theora_dec_chain):
+ Fix ilog mask range overflow.
+
+2004-11-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
+
* ext/alsa/gstalsa.c: (gst_alsa_get_caps):
Don't omit the last (which incase of dmix is the only :) )
channel count. Don't set channels if <= 2.