diff options
author | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2005-01-10 18:45:53 +0000 |
---|---|---|
committer | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2005-01-10 18:45:53 +0000 |
commit | 256fb48cf70880d10e54bba77e084c7b1ce83760 (patch) | |
tree | 7192d44410c1cf039ec9f22ebbe51b2e916dea1b /ChangeLog | |
parent | 7f243042ecf7887b1d5b1ca48d060d9927c02d42 (diff) |
ext/theora/theoradec.c: Fix broken code generation by gcc by swapping arguments.
Original commit message from CVS:
* ext/theora/theoradec.c: (theora_dec_chain):
Fix broken code generation by gcc by swapping arguments.
* ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
Fix \n in debug.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net> + + * ext/theora/theoradec.c: (theora_dec_chain): + Fix broken code generation by gcc by swapping arguments. + * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query): + Fix \n in debug. + 2005-01-10 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr> * TODO: |