diff options
author | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2004-11-26 12:25:43 +0000 |
---|---|---|
committer | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2004-11-26 12:25:43 +0000 |
commit | cff745a05acd14ffc91832245e1a68931a527c9c (patch) | |
tree | 845cde4e57f5169bc4f99624968544c295e841d7 | |
parent | edb4cedd04098af2a7fcb5848fb7e935952d2793 (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-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |