summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2005-04-12 14:02:24 +0000
committerWim Taymans <wim.taymans@gmail.com>2005-04-12 14:02:24 +0000
commitca72c183a0d904074c3e8e021332419d01987353 (patch)
treef22538e049dc7bde349c5c0463de32ccb595c17c /ChangeLog
parent96edf7e37d79376fc849df6d55d89711e0f7e4f3 (diff)
downloadgst-plugins-bad-ca72c183a0d904074c3e8e021332419d01987353.tar.gz
gst-plugins-bad-ca72c183a0d904074c3e8e021332419d01987353.tar.bz2
gst-plugins-bad-ca72c183a0d904074c3e8e021332419d01987353.zip
ext/theora/theoraenc.c: Round up after dividing by two or else we end up with wrong offsets.
Original commit message from CVS: * ext/theora/theoraenc.c: (theora_enc_sink_link): Round up after dividing by two or else we end up with wrong offsets.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2ce5ebc7..b1dc30e5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-04-12 Wim Taymans <wim@fluendo.com>
+
+ * ext/theora/theoraenc.c: (theora_enc_sink_link):
+ Round up after dividing by two or else we end up with
+ wrong offsets.
+
2005-04-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
* ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):