diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2004-07-30 08:14:36 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2004-07-30 08:14:36 +0000 |
commit | fc5d35f53b7f8e24c98e220a0697e8ce6da278bc (patch) | |
tree | 9eabac8d1f67239c783ea33ba22d37defecfda21 /ChangeLog | |
parent | 2033e087a9ea1a0b67102743f5ec7cd7a1cabd3d (diff) | |
download | gst-plugins-bad-fc5d35f53b7f8e24c98e220a0697e8ce6da278bc.tar.gz gst-plugins-bad-fc5d35f53b7f8e24c98e220a0697e8ce6da278bc.tar.bz2 gst-plugins-bad-fc5d35f53b7f8e24c98e220a0697e8ce6da278bc.zip |
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |