diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2005-04-12 14:02:24 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2005-04-12 14:02:24 +0000 |
commit | ca72c183a0d904074c3e8e021332419d01987353 (patch) | |
tree | f22538e049dc7bde349c5c0463de32ccb595c17c /ChangeLog | |
parent | 96edf7e37d79376fc849df6d55d89711e0f7e4f3 (diff) | |
download | gst-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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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): |