From 2fcc45440b9d055525880784979955d2767c5d7f Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Mon, 11 Jul 2005 08:45:25 +0000 Subject: ext/theora/theoradec.c: Packet >= 3, not >3, is not a header. Fixes the case where we seek back to the beginning of a... Original commit message from CVS: * ext/theora/theoradec.c: (theora_dec_chain): Packet >= 3, not >3, is not a header. Fixes the case where we seek back to the beginning of a theora file (#308484). --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f1f692a4..e3cb746e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-07-11 Ronald S. Bultje + + * ext/theora/theoradec.c: (theora_dec_chain): + Packet >= 3, not >3, is not a header. Fixes the case where we seek + back to the beginning of a theora file (#308484). + 2005-07-07 Benjamin Otte * configure.ac: -- cgit v1.2.1