mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-26 00:58:12 +00:00
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.
This commit is contained in:
parent
47fb9883d7
commit
f7b5db4c02
1 changed files with 7 additions and 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>
|
2004-07-29 David Schleef <ds@schleef.org>
|
||||||
|
|
||||||
* configure.ac: make test for audiofile more strict
|
* configure.ac: make test for audiofile more strict
|
||||||
|
|
Loading…
Reference in a new issue