summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2004-07-30 08:14:36 +0000
committerWim Taymans <wim.taymans@gmail.com>2004-07-30 08:14:36 +0000
commitf7b5db4c029968a340d00cbde63a7baf82703318 (patch)
tree02608a1b35d7fcaba214958d10d45aeead53ecad
parent47fb9883d7a6dcc2683d63a9edeb82f7e8597e28 (diff)
ext/theora/theoraenc.c: Fix encoding of non-multiple-of-16 video.
Original commit message from CVS: * ext/theora/theoraenc.c: (gst_theora_enc_class_init), (theora_enc_sink_link), (theora_enc_chain), (theora_enc_set_property), (theora_enc_get_property): Fix encoding of non-multiple-of-16 video.
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 753e558e..a77718c5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2004-07-30 Wim Taymans <wim@fluendo.com>
+
+ * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
+ (theora_enc_sink_link), (theora_enc_chain),
+ (theora_enc_set_property), (theora_enc_get_property):
+ Fix encoding of non-multiple-of-16 video.
+
2004-07-29 David Schleef <ds@schleef.org>
* configure.ac: make test for audiofile more strict